From f5a0fa7dfd7c0a3c8671cb98d696418c81e46409 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 29 Jun 2023 13:26:38 -0400 Subject: [PATCH] bitstruct: qa fixes --- dev-python/bitstruct/bitstruct-8.15.1.ebuild | 10 +++++----- dev-python/bitstruct/metadata.xml | 8 ++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 dev-python/bitstruct/metadata.xml diff --git a/dev-python/bitstruct/bitstruct-8.15.1.ebuild b/dev-python/bitstruct/bitstruct-8.15.1.ebuild index 4368cbb0e..2d38ca1d3 100644 --- a/dev-python/bitstruct/bitstruct-8.15.1.ebuild +++ b/dev-python/bitstruct/bitstruct-8.15.1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="conversions between Python values and C bit field structs" HOMEPAGE="https://github.com/eerimoq/bitstruct" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -LICENSE="" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 x86" diff --git a/dev-python/bitstruct/metadata.xml b/dev-python/bitstruct/metadata.xml new file mode 100644 index 000000000..58987b1f9 --- /dev/null +++ b/dev-python/bitstruct/metadata.xml @@ -0,0 +1,8 @@ + + + + + eerimoq/bitstruct + bitstruct + +