summaryrefslogtreecommitdiff
path: root/dev-python/python-cstruct
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-24 01:07:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-24 01:07:09 +0000
commit97a0dc98af662b8f43cc5e96d73658b6a7004d2a (patch)
treecd753153c23fc2806b0438dd8281ea2bd139ad28 /dev-python/python-cstruct
parent85b5dada02852f35d6b3f3c112f910d518ba9474 (diff)
downloadbaldeagleos-repo-97a0dc98af662b8f43cc5e96d73658b6a7004d2a.tar.gz
baldeagleos-repo-97a0dc98af662b8f43cc5e96d73658b6a7004d2a.tar.xz
baldeagleos-repo-97a0dc98af662b8f43cc5e96d73658b6a7004d2a.zip
Adding metadata
Diffstat (limited to 'dev-python/python-cstruct')
-rw-r--r--dev-python/python-cstruct/Manifest3
-rw-r--r--dev-python/python-cstruct/python-cstruct-2.3.ebuild30
-rw-r--r--dev-python/python-cstruct/python-cstruct-3.2.ebuild (renamed from dev-python/python-cstruct/python-cstruct-2.2.ebuild)0
3 files changed, 1 insertions, 32 deletions
diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest
index 90375f68b95f..278b7ef5c8ea 100644
--- a/dev-python/python-cstruct/Manifest
+++ b/dev-python/python-cstruct/Manifest
@@ -1,4 +1,3 @@
-DIST python-cstruct-2.2.gh.tar.gz 18764 BLAKE2B 75aaffae27fef59799e52866f8169cc5d7362ef1553a56986f361ef7cfb7ca3e7d8c67fe0f112ec8e03ddacf45885e19fc1ce0d9d27c7581deafbf7e7fe1789b SHA512 5a1d62b596fef08a48020557e82fc81360430d94f18ce0667919815d57b944102067c2fe5723372616f73c995afd3a1f674e4a37e406d0dc7eeaf9fe3ef8f484
-DIST python-cstruct-2.3.gh.tar.gz 19043 BLAKE2B dd445da91d155dc576523d5c15dc963493dfb62e7e79fae6c436e69654432eadbc30b0001026f5613268800eb0a3a01392120b11e7b3995cff16477850818c9f SHA512 5700a3d8ef58130bc5b3b5d7c36102f6a878fd8d5b9104804f0c206e583e77d7a9c9ff8e8008d9bd1ee72d55167e48cd3f9ba776816eb25ceb8ceaf0c880b597
DIST python-cstruct-3.0.gh.tar.gz 25950 BLAKE2B 7ea8c77ed87e4fb740c3f7a4ed53a7532ee5aca15ee46fbb40da7308ae62ceacd7ccc67a958e6355904604ae67c9594acc9cae5d18bfed0558b91f7e9c8ad0a9 SHA512 dd1c85363512edc4df0379dec40e7d7fe3ceff1cc4014eae8dab0e91c47ea9c3619211e1a637aeec134ce713d0681688630b7fde97f02c6bcd7103a32f258a73
DIST python-cstruct-3.1.gh.tar.gz 26633 BLAKE2B 449510cc8cc6661270d2618cd347eea2044eacc8f665ed2f55bc6fcd95bcf79f29f8bce6498d372d8b5b78f854edb06afb89a3f3ef7f5de37582ebf68d178db1 SHA512 00e2165c14dcc4461600a8eeef5c71bcaa6e59955c23d08055aff2186b16f20d6c10fdb1a02f6e263e27070fda562c712df0c4ad2440a25dc5f23afaa9c88719
+DIST python-cstruct-3.2.gh.tar.gz 26876 BLAKE2B 084c4e3e1e5a48ee15c40e25a846b09dc1af1fe0ef9734bddad14ebac91e2bbdf78cffc39dd861f35d7ed307f1dfb14cb7b15dd47b900d3c943bf3245adb9ff3 SHA512 8b912bba7a31a8cacd77e07008ea1a0603c59c49e2cbb4a8fee158948b05166f2223c983f58c104d73c0fd868bfaebc9f38669277f27282486cfb064d9026ab5
diff --git a/dev-python/python-cstruct/python-cstruct-2.3.ebuild b/dev-python/python-cstruct/python-cstruct-2.3.ebuild
deleted file mode 100644
index 870df7088705..000000000000
--- a/dev-python/python-cstruct/python-cstruct-2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 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} )
-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-2.2.ebuild b/dev-python/python-cstruct/python-cstruct-3.2.ebuild
index 870df7088705..870df7088705 100644
--- a/dev-python/python-cstruct/python-cstruct-2.2.ebuild
+++ b/dev-python/python-cstruct/python-cstruct-3.2.ebuild