diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-03-22 07:13:59 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-03-22 07:25:06 +0100 |
| commit | c277be10eaa18b1fe1d9dfbdbe4817258a73beed (patch) | |
| tree | 613aadff90888dfbd84902179997bec861dbcc34 /dev-python/cstruct/cstruct-5.3.ebuild | |
| parent | fc2723786ffcff79d95b31fd28e5cbc195f1c8de (diff) | |
| download | gentoo-c277be10eaa18b1fe1d9dfbdbe4817258a73beed.tar.gz gentoo-c277be10eaa18b1fe1d9dfbdbe4817258a73beed.tar.bz2 gentoo-c277be10eaa18b1fe1d9dfbdbe4817258a73beed.zip | |
dev-python/cstruct: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cstruct/cstruct-5.3.ebuild')
| -rw-r--r-- | dev-python/cstruct/cstruct-5.3.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/cstruct/cstruct-5.3.ebuild b/dev-python/cstruct/cstruct-5.3.ebuild deleted file mode 100644 index 77ee4c3df03c..000000000000 --- a/dev-python/cstruct/cstruct-5.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -MY_P=python-cstruct-${PV} -DESCRIPTION="C-style structs for Python" -HOMEPAGE=" - https://github.com/andreax79/python-cstruct/ - https://pypi.org/project/cstruct/ -" -SRC_URI=" - https://github.com/andreax79/python-cstruct/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.md ) - -distutils_enable_tests pytest |
