summaryrefslogtreecommitdiff
path: root/dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-02 00:43:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-02 00:43:38 +0000
commite52ed895b7240f5d4ee604f50acb0dc5fadb4b96 (patch)
treea2e0386836675efcfcfc4cdc1b60db6fa38c1e46 /dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild
parente4780ce7119c5233102a12d49b5323f59dddf752 (diff)
downloadbaldeagleos-repo-e52ed895b7240f5d4ee604f50acb0dc5fadb4b96.tar.gz
baldeagleos-repo-e52ed895b7240f5d4ee604f50acb0dc5fadb4b96.tar.xz
baldeagleos-repo-e52ed895b7240f5d4ee604f50acb0dc5fadb4b96.zip
Adding metadata
Diffstat (limited to 'dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild')
-rw-r--r--dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild b/dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild
deleted file mode 100644
index b795533f3741..000000000000
--- a/dev-python/python-cstruct/python-cstruct-2.1-r1.ebuild
+++ /dev/null
@@ -1,20 +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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-
-distutils_enable_tests pytest