diff options
author | Matt Smith <matt@offtopica.uk> | 2021-03-11 16:56:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 17:05:52 +0000 |
commit | dcf9df1a8f8eb40ef0b1dabb27b67941fa88a814 (patch) | |
tree | 6e683cb896c4ae4d71734911de98809cc399b367 /dev-python/kaitaistruct | |
parent | dev-python/kaitaistruct: Mark as ALLARCHES (diff) | |
download | gentoo-dcf9df1a8f8eb40ef0b1dabb27b67941fa88a814.tar.gz gentoo-dcf9df1a8f8eb40ef0b1dabb27b67941fa88a814.tar.bz2 gentoo-dcf9df1a8f8eb40ef0b1dabb27b67941fa88a814.zip |
dev-python/kaitaistruct: Drop old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/19882
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r-- | dev-python/kaitaistruct/Manifest | 1 | ||||
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/kaitaistruct/Manifest b/dev-python/kaitaistruct/Manifest index 7d51bf2e2f0e..19b946341c05 100644 --- a/dev-python/kaitaistruct/Manifest +++ b/dev-python/kaitaistruct/Manifest @@ -1,2 +1 @@ -DIST kaitaistruct-0.8.tar.gz 5158 BLAKE2B 802435e81c8ec2544f26109762d43d7761c8672714107861e5f981583bf38ab85b3c2f1f3be5d25429287b380b756599fb51cedd130870f2cd9cfe221fd2f509 SHA512 8361e30c5bec9a7c57c280d277232ff4123686f29f3813e61cde9bf7512ead2e2f447ea1e18b8925aefe432edbbd9682a690293dcb928a9049c4c81832b5666f DIST kaitaistruct-0.9.tar.gz 5497 BLAKE2B c3f4dae4269b8bf5102a120aa8792ab710607efd854d01e1239e0269fe696d38183f82a4d93838756d5283cbaa36bd137ddc8b0ea6c91bc474eb89dfba4a76e5 SHA512 4654f18d72f31745f27eed035899231e69f9539a8e8322055b0dd99ad701dbd4d484357d0bc42f5a1953abc6947a90fc5ec9da80aeb862077c175c1295549682 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild deleted file mode 100644 index 2d87b9f5d3fa..000000000000 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Kaitai Struct runtime for Python" -HOMEPAGE="https://kaitai.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |