From e53aa6b4fbe5a0c6db75d893829f7a6a37a14180 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Jan 2023 02:49:59 +0000 Subject: gentoo auto-resync : 28:01:2023 - 02:49:59 --- dev-python/python-cstruct/Manifest | 4 --- .../python-cstruct/python-cstruct-5.0.ebuild | 33 ---------------------- .../python-cstruct/python-cstruct-5.1.ebuild | 27 ------------------ 3 files changed, 64 deletions(-) delete mode 100644 dev-python/python-cstruct/python-cstruct-5.0.ebuild delete mode 100644 dev-python/python-cstruct/python-cstruct-5.1.ebuild (limited to 'dev-python/python-cstruct') diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest index 534cf7ccadf1..22c852894ef5 100644 --- a/dev-python/python-cstruct/Manifest +++ b/dev-python/python-cstruct/Manifest @@ -1,7 +1,3 @@ -DIST python-cstruct-5.0.gh.tar.gz 36194 BLAKE2B 436998e52f2cfa714eb49c606a76b2ae72af959c58addbd2cff036a3ecd6bfea22e43da2c6c17a2d4c1328578385ecd8605afbc3dcdcb4e083125588a6020751 SHA512 f28977ae0b4db9bed0b5757f257b772089dd37844cb47455be3c406f5e5245194f98eae98520ad9888306e31a581617229b8634d0e5881c38c0e8deb84bc5ef8 -DIST python-cstruct-5.1.gh.tar.gz 37905 BLAKE2B 0559e09ed16cb171e6fa5ab6e92150c986579b25b19cce4b3e0e23e0969bb02a5598a25b8f3b412aae04c4522dc25b66a9d9d310a661ca4657896d9e16811c81 SHA512 28a0221b63074a83704c0bade58b7a0d195ec56057bdee9b6e4c15c76619ee20854155ff7a4910909c0e82ad81c92c01c67ffc6e1eb2b8d702911ad8a1392dd0 DIST python-cstruct-5.2.gh.tar.gz 38551 BLAKE2B d366c7508c33f7dd492cb3a507a358129159634b9f32293c4a06a8c1a24e9d4ae5e6a1fd89144907497e17b2558277fe98d4a5d92313402304bb18bec5c395ea SHA512 d9a961270e4769d1133a459f952f22b42733421436c53ac9bfc8159330503af1a2231c99afb2e91863ee8ad4d822a0d84fc6db6aac11b5358bca5548f0006e3e -EBUILD python-cstruct-5.0.ebuild 641 BLAKE2B c4b39a3d74ce0e14b3c34bbfa482026af0173c1e8a0b6d2e615b7ff5f235506a45d396f91b0216dfbd35f2b257fd662aa2be3f4b394fcdb86242e29f1526c0f8 SHA512 70943d4f43b8f822fdda3bff9a4e6e8a3002249fdf1c46967d3a24d71296e730423437d1cd789c3f1638c2308cbd21cf5012e078798b6bf8ccd9de8e543163e4 -EBUILD python-cstruct-5.1.ebuild 525 BLAKE2B ddea55447e7a07dca389f217a44af4e0feaf8b6eae40a7616d8610a89de5094b1c4c95c69c07dafff02aea345ee6f2a117a3214d50d286a514636facd476b041 SHA512 3fa2dad3f584098a4aebcdbbdd47033bf5ada43474a3794b9e248020a2b8d181ef380777258e958056707d5068bb524c2b30ba0736777261cb607700418f55da EBUILD python-cstruct-5.2.ebuild 525 BLAKE2B ddea55447e7a07dca389f217a44af4e0feaf8b6eae40a7616d8610a89de5094b1c4c95c69c07dafff02aea345ee6f2a117a3214d50d286a514636facd476b041 SHA512 3fa2dad3f584098a4aebcdbbdd47033bf5ada43474a3794b9e248020a2b8d181ef380777258e958056707d5068bb524c2b30ba0736777261cb607700418f55da MISC metadata.xml 454 BLAKE2B 5138bc275b0b9e18cab52fb309283c6b6dab8be5dcc3c86dd6526f350b216c68bc94dd2aabc7a33a4879c23165924563396c6d5991f5c702a12e184067d25cdb SHA512 bb259a25444029d8ea63577f0576ab283282298d27987e276bf4eb6d4ef00853ed019ad199830e9bb4e738f9a151feb55d53e76917508f1033c2b3ecd246276f diff --git a/dev-python/python-cstruct/python-cstruct-5.0.ebuild b/dev-python/python-cstruct/python-cstruct-5.0.ebuild deleted file mode 100644 index 23832e548f16..000000000000 --- a/dev-python/python-cstruct/python-cstruct-5.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="C-style structs for Python" -HOMEPAGE=" - https://github.com/andreax79/python-cstruct/ - https://pypi.org/project/cstruct/ -" -SRC_URI=" - https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.md ) - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die -} diff --git a/dev-python/python-cstruct/python-cstruct-5.1.ebuild b/dev-python/python-cstruct/python-cstruct-5.1.ebuild deleted file mode 100644 index 3d8c5980e030..000000000000 --- a/dev-python/python-cstruct/python-cstruct-5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="C-style structs for Python" -HOMEPAGE=" - https://github.com/andreax79/python-cstruct/ - https://pypi.org/project/cstruct/ -" -SRC_URI=" - https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.md ) - -distutils_enable_tests pytest -- cgit v1.2.3