diff options
Diffstat (limited to 'dev-python/mmtf-python')
-rw-r--r-- | dev-python/mmtf-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mmtf-python/mmtf-python-1.1.3.ebuild | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/mmtf-python/Manifest b/dev-python/mmtf-python/Manifest index 60adb243d5ca..94227adfcd34 100644 --- a/dev-python/mmtf-python/Manifest +++ b/dev-python/mmtf-python/Manifest @@ -1,3 +1,3 @@ DIST mmtf-python-1.1.3.tar.gz 46032 BLAKE2B a19d7e02b08bf7e4d0c820aa2fd06e0f01a10f807efcc0ebed8c2841dc82b0c27ff690934f941d360086217801c3722060a18805dc4144655b0707cc759b93e2 SHA512 44558ea3e38e8eb6431e597253473e49d4a4e3835f790f375f923d3c3702b3c096d5ecaac090a8fabc1cd285d6cfa8dbd3f7d6186d765b92d718ca6d34ad063b -EBUILD mmtf-python-1.1.3.ebuild 654 BLAKE2B d9673acededba94f9435dfa4b3255900b6195995858be3b07c00014f079b8d8a8ac0db47a4eb15ac20290bd3393a9f39f6fb67284f3c1744ca367aaa1e0d6c74 SHA512 9fea30a96bee3819e75a653a7ece409dd23ad075d1e7a2fc9682614eeb96d9ffc642c1d367d65a82f38508371bf4a3f35727df418cb32f659ad53685912b5f62 +EBUILD mmtf-python-1.1.3.ebuild 737 BLAKE2B b4538cdee5e44ca40f909c8e08179cb391b74dc98eb0793f0d0de60b3644cb2a1d353d0bca9eaafa93691fd9458d4f67f70085173e2a6e8fa3675e95c6fb9727 SHA512 3188ace2d43bc054d84d4b3545d98fae8f8a3218bfc1ff6b1a7dd482127780aa5c2974860596d13d2603c87fa8fee9a473fc2c94a6b3cfda0a0d461897ad8270 MISC metadata.xml 379 BLAKE2B 90b38a443c63992c8b0fc156013465ac50477ab361e5f2b09c25fd74d1440dc6380a917a27818aa5cb226224caee262dcee550ff658dd2273b546dcad5ef883a SHA512 a8b5f4777dfa84dd55cdba1195ccaecfa8063582d5b4759bfd6281b63769b22d80b214e508f0cdd0c54e8f8f011ed71195943fedfd668c39ad3e99084098d796 diff --git a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild index 4259745655ae..5f3d397262c7 100644 --- a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild +++ b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild @@ -5,11 +5,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 pypi DESCRIPTION="The python implementation of the MMTF API, decoder and encoder" -HOMEPAGE="http://mmtf.rcsb.org/" +HOMEPAGE=" + https://mmtf.rcsb.org/ + https://github.com/rcsb/mmtf-python/ + https://pypi.org/project/mmtf-python/ +" LICENSE="Apache-2.0" SLOT="0" |