summaryrefslogtreecommitdiff
path: root/dev-python/python-cstruct/python-cstruct-2.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-10 13:44:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-10-10 13:44:31 +0000
commit7291aaf4aff6c94c35f677f5a04453f6fcb6f57e (patch)
tree7ef55379392bad2e5e9fd2b82b9cec643035d75c /dev-python/python-cstruct/python-cstruct-2.1.ebuild
parent5a86d680d301ae70148cf5b6d8c7a7bc5e86a47c (diff)
downloadbaldeagleos-repo-7291aaf4aff6c94c35f677f5a04453f6fcb6f57e.tar.gz
baldeagleos-repo-7291aaf4aff6c94c35f677f5a04453f6fcb6f57e.tar.xz
baldeagleos-repo-7291aaf4aff6c94c35f677f5a04453f6fcb6f57e.zip
Adding metadata
Diffstat (limited to 'dev-python/python-cstruct/python-cstruct-2.1.ebuild')
-rw-r--r--dev-python/python-cstruct/python-cstruct-2.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/python-cstruct/python-cstruct-2.1.ebuild b/dev-python/python-cstruct/python-cstruct-2.1.ebuild
new file mode 100644
index 000000000000..8a857ab37572
--- /dev/null
+++ b/dev-python/python-cstruct/python-cstruct-2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{6,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