Skip to content
Merged

minor #267

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sci-libs/pycifrw/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST pycifrw-4.3 2436118 BLAKE2B b37abbfaf57fbc7c828b98036730b856715e31d1bb2c91b9dd3ba32d53b717596cabe96732a502342416d300ca391cc0078fa83939a53b08fdc3d4555b465fd1 SHA512 e4712163f6141bcd3db7a25d46df6d7f1b96c8a887431b59f9712a1e5625466c80f5484517dbd7157a2c932ef70cd04cc46a1b48f68e40b02e16cb2b5e8e858e
DIST pycifrw-4.4.1 2841994 BLAKE2B 8a4e7efde6cd27edfcd98fc4fef9b2f787edb78477a2f1b2e60cd92d11622b84a92a20a4eb82a9413d141dd59b6f49a4abfb9b243363f42829184c5004b9cd4a SHA512 9f29ad4c1b2394fdd2068f0757907f2bf3c99ec52ca3ec0765fd3200f30b97bc48eeed1b7b7d6f567b6e4c90e9f023351c522813f185b3433934381722441262
DIST pycifrw-4.4.6 2856166 BLAKE2B 40a4197d76af7fdfba8842674ea1bb7954ea6abef065a9c3692ddb55893638644f7d24e4ec106e3cdae28d20f22d2e69971707915b8ed344979623675548063c SHA512 310d45f98bd1596b24a0bd10169de59e53e01444ef6c0bb7f706de949943fa4bf3f8681b0370e4ae3a7e688566774a3fb758bc8e3ebd625e8ed3d02f1da91b6e
DIST pycifrw-5.0.1 6899931 BLAKE2B 881d5e31587b38c3bce5760fb2ee109305157eafaf93f07d97d9cf0a9ce20272ece4cda5860f520d8e62e144dfbfdd5de7e258a2f33fcf38c9140d6931ea411f SHA512 88c11147bf7e718f596388f037a1614fedd338a59c81722668429bbf40c5a70357700766256d1d4074f9915c847ecd1fa384b8d5a51c489ea75ab0d441c24712
DIST pycifrw-4.3.tar.gz 2436118 BLAKE2B b37abbfaf57fbc7c828b98036730b856715e31d1bb2c91b9dd3ba32d53b717596cabe96732a502342416d300ca391cc0078fa83939a53b08fdc3d4555b465fd1 SHA512 e4712163f6141bcd3db7a25d46df6d7f1b96c8a887431b59f9712a1e5625466c80f5484517dbd7157a2c932ef70cd04cc46a1b48f68e40b02e16cb2b5e8e858e
DIST pycifrw-4.4.1.tar.gz 2841994 BLAKE2B 8a4e7efde6cd27edfcd98fc4fef9b2f787edb78477a2f1b2e60cd92d11622b84a92a20a4eb82a9413d141dd59b6f49a4abfb9b243363f42829184c5004b9cd4a SHA512 9f29ad4c1b2394fdd2068f0757907f2bf3c99ec52ca3ec0765fd3200f30b97bc48eeed1b7b7d6f567b6e4c90e9f023351c522813f185b3433934381722441262
DIST pycifrw-4.4.6.tar.gz 2856166 BLAKE2B 40a4197d76af7fdfba8842674ea1bb7954ea6abef065a9c3692ddb55893638644f7d24e4ec106e3cdae28d20f22d2e69971707915b8ed344979623675548063c SHA512 310d45f98bd1596b24a0bd10169de59e53e01444ef6c0bb7f706de949943fa4bf3f8681b0370e4ae3a7e688566774a3fb758bc8e3ebd625e8ed3d02f1da91b6e
DIST pycifrw-5.0.1.tar.gz 6899931 BLAKE2B 881d5e31587b38c3bce5760fb2ee109305157eafaf93f07d97d9cf0a9ce20272ece4cda5860f520d8e62e144dfbfdd5de7e258a2f33fcf38c9140d6931ea411f SHA512 88c11147bf7e718f596388f037a1614fedd338a59c81722668429bbf40c5a70357700766256d1d4074f9915c847ecd1fa384b8d5a51c489ea75ab0d441c24712
2 changes: 1 addition & 1 deletion sci-libs/pycifrw/pycifrw-4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"

DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files"
HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

Expand Down
2 changes: 1 addition & 1 deletion sci-libs/pycifrw/pycifrw-4.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"

DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files"
HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

Expand Down
19 changes: 1 addition & 18 deletions sci-libs/pycifrw/pycifrw-4.4.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,10 @@ PYTHON_COMPAT=( python2_7 python3_{9..14} )

inherit distutils-r1 pypi

MY_PN="PyCifRW"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files"
HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}"

S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ASRP"
SLOT="0"
KEYWORDS="~amd64 ~x86"

python_compile() {
distutils-r1_python_compile
}

python_test() {
setup.py test
}

python_install_all() {
distutils-r1_python_install_all
}
20 changes: 4 additions & 16 deletions sci-libs/pycifrw/pycifrw-5.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,15 @@ PYTHON_COMPAT=( python2_7 python3_{9..14} )

inherit distutils-r1 pypi

MY_PN="PyCifRW"
MY_P="${MY_PN}-${PV}"
#MY_PN="PyCifRW"
#MY_P="${MY_PN}-${PV}"

DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files"
HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"
#S="${WORKDIR}/${MY_P}"

LICENSE="ASRP"
SLOT="0"
KEYWORDS="~amd64 ~x86"

python_compile() {
distutils-r1_python_compile
}

python_test() {
setup.py test
}

python_install_all() {
distutils-r1_python_install_all
}
Loading