From 3e8033e03008404f03129b0d0f56da5973f039e0 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 28 Oct 2023 06:21:51 +0000 Subject: Adding metadata --- dev-python/python-cstruct/Manifest | 1 - dev-python/python-cstruct/metadata.xml | 13 ----------- .../python-cstruct/python-cstruct-5.2.ebuild | 27 ---------------------- 3 files changed, 41 deletions(-) delete mode 100644 dev-python/python-cstruct/Manifest delete mode 100644 dev-python/python-cstruct/metadata.xml delete mode 100644 dev-python/python-cstruct/python-cstruct-5.2.ebuild (limited to 'dev-python/python-cstruct') diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest deleted file mode 100644 index 7f1125c92a58..000000000000 --- a/dev-python/python-cstruct/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-cstruct-5.2.gh.tar.gz 38551 BLAKE2B d366c7508c33f7dd492cb3a507a358129159634b9f32293c4a06a8c1a24e9d4ae5e6a1fd89144907497e17b2558277fe98d4a5d92313402304bb18bec5c395ea SHA512 d9a961270e4769d1133a459f952f22b42733421436c53ac9bfc8159330503af1a2231c99afb2e91863ee8ad4d822a0d84fc6db6aac11b5358bca5548f0006e3e diff --git a/dev-python/python-cstruct/metadata.xml b/dev-python/python-cstruct/metadata.xml deleted file mode 100644 index 3b39e33fc13c..000000000000 --- a/dev-python/python-cstruct/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - zmedico@gentoo.org - - - python@gentoo.org - Python - - - gentoo-staging - \ No newline at end of file diff --git a/dev-python/python-cstruct/python-cstruct-5.2.ebuild b/dev-python/python-cstruct/python-cstruct-5.2.ebuild deleted file mode 100644 index 6aca4b0b9897..000000000000 --- a/dev-python/python-cstruct/python-cstruct-5.2.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_{8,9,10,11,12} ) - -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.3.1