mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
commit
33f74f930b
2 changed files with 19 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST asn1-2.7.0.tar.gz 28975 BLAKE2B 058b69b64e43209f4bf288e5d227a17407a980ed5a24106d4ba0e924a0455aa9c17ccc8079e3cee69fd07b1c7c951ace23badbdf4dae84d14800f39f5db6e128 SHA512 06d4bffd3bae355078e7900107ec05f5f9152f75aeb7d3cf0b3bfddbe92c986af7280cf53babf06ec312d1f684943b84eda68610467a99934c9a172ff452df51
|
||||
DIST asn1-3.1.0.tar.gz 48733 BLAKE2B 0ba7802417e66f709aeafcd79dcea3e7f8413c92461d25647ace2cfd426410e769b62214825a662082a9612de89be58540d2c989abeb364f16b47d5f24beec89 SHA512 08ad50d58064213dd2ea8a70593dd22c2f33da647d7772c2187136fd02b1055b0b1685155672e9c7e27b5cfafa2fec1abaf917befef5df9f567dc623807a3ae1
|
||||
|
|
|
|||
18
dev-python/asn1/asn1-3.1.0.ebuild
Normal file
18
dev-python/asn1/asn1-3.1.0.ebuild
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="a simple ASN.1 encoder and decoder"
|
||||
HOMEPAGE="https://github.com/andrivet/python-asn1"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue