diff --git a/dev-python/boolean-py/Manifest b/dev-python/boolean-py/Manifest new file mode 100644 index 0000000000000..097a45b1ef413 --- /dev/null +++ b/dev-python/boolean-py/Manifest @@ -0,0 +1 @@ +DIST boolean.py-3.8.gh.tar.gz 32063 BLAKE2B a0314852f9d914329476e80f7e11cbc7eb55412ef7c41dec620c2a21d522950fde7471f7e1d9042b2887b5a7462b226c2b6d08c9d3fd46192aa7d6d3426dae80 SHA512 d41ce9a05743342c116d68b88ea36be316ac9fc190a8451aca97b52fde60c58ec49d36d2dee071f83fb5f6ad49337da80bf9de1bf3d479b46386fd87e4cf2f14 diff --git a/dev-python/boolean-py/boolean-py-3.8.ebuild b/dev-python/boolean-py/boolean-py-3.8.ebuild new file mode 100644 index 0000000000000..146402394e26d --- /dev/null +++ b/dev-python/boolean-py/boolean-py-3.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +inherit distutils-r1 + +MY_P=${P/-/.} +DESCRIPTION="Define boolean algebras, create and parse boolean expressions" +HOMEPAGE=" + https://pypi.org/project/boolean.py/ + https://github.com/bastikr/boolean.py/ +" +SRC_URI=" + https://github.com/bastikr/boolean.py/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest diff --git a/dev-python/boolean-py/metadata.xml b/dev-python/boolean-py/metadata.xml new file mode 100644 index 0000000000000..a96ae4fd2e251 --- /dev/null +++ b/dev-python/boolean-py/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + bastikr/boolean.py + boolean.py + +