mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
bitstruct: add 8.17.0
This commit is contained in:
parent
f5a0fa7dfd
commit
b67ef17ac4
2 changed files with 23 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST bitstruct-8.15.1.tar.gz 34915 BLAKE2B a1f2e33f6a781e99fac66da3e900b8ddb99e52bd62372fb242899648d59cac25da283824e166811064b6f44d872c80fb39a545cd6dca3e98c0575a0df7c4cc8f SHA512 ca5feccd58e7d97f74c0fa558284daf8bed5b70c24a97a3ba6e0ea9caf9a4e50bd65140329487671dc69cfe09fc6745b8ed68a5518bcc777559d19947e5e94e2
|
||||
DIST bitstruct-8.17.0.tar.gz 35315 BLAKE2B e06666c175915a3e2f4c9975266c07b07199297f30e78e6e7e8d9e22b3ef0483bae9d2f320a3c013e40924bba87fbaf697daa7a0809cc03be93e0e58f48ad4c1 SHA512 0d94c9e6614de93f8b12c625fbb50c096e9942835f99d5d248d678115cb52877de0aa6a4714bf9232228d1f5d3b54479eddd1e1d2a345fa2102f09e7a95af1a2
|
||||
|
|
|
|||
22
dev-python/bitstruct/bitstruct-8.17.0.ebuild
Normal file
22
dev-python/bitstruct/bitstruct-8.17.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_EXT=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="conversions between Python values and C bit field structs"
|
||||
HOMEPAGE="https://github.com/eerimoq/bitstruct"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue