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 + +