summaryrefslogtreecommitdiff
path: root/dev-python/python-cstruct
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-28 00:46:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-28 00:46:41 +0000
commit9d9ecce53591a18ffe35b520701d4dfb382c135b (patch)
tree9e7e7b224b98919b64b089ea01d5adc1b15388e2 /dev-python/python-cstruct
parentd3a2fe1c9bb0a8b514bc18d89f4479381ba5baf2 (diff)
downloadbaldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.tar.gz
baldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.tar.xz
baldeagleos-repo-9d9ecce53591a18ffe35b520701d4dfb382c135b.zip
Adding metadata
Diffstat (limited to 'dev-python/python-cstruct')
-rw-r--r--dev-python/python-cstruct/Manifest2
-rw-r--r--dev-python/python-cstruct/python-cstruct-5.0.ebuild33
-rw-r--r--dev-python/python-cstruct/python-cstruct-5.1.ebuild27
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest
index 41d6424948da..7f1125c92a58 100644
--- a/dev-python/python-cstruct/Manifest
+++ b/dev-python/python-cstruct/Manifest
@@ -1,3 +1 @@
-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
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 58832ff5d354..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_{7,8,9,10,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 53ae82a0469a..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_{7,8,9,10,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