dev-python/aenum: new package, add 3.1.12

This commit is contained in:
Alarig Le Lay 2023-03-30 16:18:04 +02:00
parent 3f3abb7286
commit 7d24a275f7
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST aenum-3.1.12.tar.gz 131313 BLAKE2B 408dd36777cfdd4effc40db67ce1cb4539f4486da51ec99167bd4e01091045b4b2612ea603be8a2b091e573dee9812d008361fa69085d47e1bfc573b7c111dbe SHA512 6acec901f6a35c4447931b266da361bc20b52c7395216980b0bc178ce6c131a354a84f5ef6638ddb9e7b542a23f59dcb12709994d3852f57c15d7956f7c4376f

View File

@ -0,0 +1,21 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_10 )
inherit distutils-r1
DESCRIPTION="Advanced Enumerations (compatible with Python's stdlib Enum)"
HOMEPAGE="
https://pypi.org/project/aenum/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""