diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 11:21:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 11:21:58 +0200 |
commit | f35a5034cef8a7800c1c94979a2ea8121323abd0 (patch) | |
tree | 1182ff980da318b5fdcdbf74c7aff4735490edbd /dev-python/kaitaistruct | |
parent | dev-python/jdcal: Remove old (diff) | |
download | gentoo-f35a5034cef8a7800c1c94979a2ea8121323abd0.tar.gz gentoo-f35a5034cef8a7800c1c94979a2ea8121323abd0.tar.bz2 gentoo-f35a5034cef8a7800c1c94979a2ea8121323abd0.zip |
dev-python/kaitaistruct: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild deleted file mode 100644 index 9a4b488a8388..000000000000 --- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -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 ~arm64 ~x86" |