diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-03-15 18:25:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-03-15 18:25:52 +0000 |
| commit | be58752269c92e59529b7ac1a99f2cadda464a69 (patch) | |
| tree | 5d235c43d5d400d4846aa383a5220dd557666425 /dev-python/boolean-py | |
| parent | 4b76e415164b427b26a29d99e46c771e919d5dce (diff) | |
| download | baldeagleos-repo-be58752269c92e59529b7ac1a99f2cadda464a69.tar.gz baldeagleos-repo-be58752269c92e59529b7ac1a99f2cadda464a69.tar.xz baldeagleos-repo-be58752269c92e59529b7ac1a99f2cadda464a69.zip | |
Adding metadata
Diffstat (limited to 'dev-python/boolean-py')
| -rw-r--r-- | dev-python/boolean-py/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/boolean-py/boolean-py-3.8.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/boolean-py/metadata.xml | 12 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/boolean-py/Manifest b/dev-python/boolean-py/Manifest new file mode 100644 index 000000000000..097a45b1ef41 --- /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 000000000000..515714a33562 --- /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=( python3_{7,8,9,10} pypy3 ) +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 000000000000..e173c6c43d73 --- /dev/null +++ b/dev-python/boolean-py/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="pypi">boolean.py</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
