dev-python/bidict: add bidict-0.22.0

This commit is contained in:
Andreas Billmeier 2022-10-17 21:36:04 +02:00 committed by Andreas Billmeier
parent 714ddb87f8
commit 757a317628
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 54 additions and 2 deletions

View File

@ -551,7 +551,7 @@ There are 1516 Ebuilds in total, 1509 of them have in total 1520 (34 different)
|License| Ebuilds using it|
|-------|-----|
|MIT|889|
|MIT|888|
|Apache-2.0|307|
|GPL-3|93|
|BSD|89|
@ -564,8 +564,8 @@ There are 1516 Ebuilds in total, 1509 of them have in total 1520 (34 different)
|LGPL-2.1|6|
|Unlicense|5|
|LGPL-2.1+|5|
|MPL-2.0|4|
|public-domain|4|
|MPL-2.0|3|
|PSF-2|3|
|EPL-1.0|3|
|AGPL-3+|2|

View File

@ -0,0 +1,3 @@
DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af
EBUILD bidict-0.22.0.ebuild 679 BLAKE2B cfa78523e6dac9f2d93731220994ba03a9c4d1b559a9046a74aa9d30d19def3099c8c33990f49285008c28244b728c0e5de17d6eb74512906f66a50d85a10667 SHA512 1ef803b461b4fb9c3f181cbb003618c49d619c2c920fb6e42d5c031ae45e496769d173900113f886a6fd0aa2e3b416ed63a5868733042bb520ce4d7748c1e870
MISC metadata.xml 452 BLAKE2B 7ae1f09f2222a640155a31f7cc6a8d42b2dd966a216038bdd98f5b34db152099cbaa87b27ff63661fdb4c8c5efd077bcc6b3f2e411ab8441bf9fd0e68010d915 SHA512 fed027bfc90b1885798b6df2bcc6b20684cf66caa74bfb97a4575fcc467ceb32b887d4bf707c1a19719917ca9787bd76e47422fc40d1cc50461d22a7218a5e1c

View File

@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="The bidirectional mapping library for Python."
HOMEPAGE="https://bidict.readthedocs.io https://pypi.org/project/bidict/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
run_tests.py || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">bidict</remote-id>
<maintainer status="unknown">
<email>jabronson@gmail.com</email>
<name>Joshua Bronson</name>
</maintainer>
</upstream>
</pkgmetadata>