dev-python/Pint: new package, add 0.22

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-07 22:15:48 +02:00 committed by Andreas Billmeier
parent 4f574bc023
commit 3ca7f85c2e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

3
dev-python/Pint/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST Pint-0.22.tar.gz 342281 BLAKE2B ad5edc75081757dd4e3a789a6a6c9224db13dcdb0b171933e117901421a7ce8a3701f35151f011b190d6ae92698146f9a6265f2fe09ca0d62d8282be0a414320 SHA512 039399d728a3e061724a7442d764c4b70440ad6d5b1c893a4e6d41964d53b419691f5e8c270285e8aa0bae74ef9d04e549ea10be257356eb8b8f3473daa09dc9
EBUILD Pint-0.22.ebuild 558 BLAKE2B dccc9cfa344d59032f99e5cb8a897b32e1903d679cb3ab5059c6998c28ede297b08f73e60b2fac19eb60a26ef5f0ae46e10c3d1492741b6a74015b9ffd181b12 SHA512 886c025f3184e67ca095f6102d11fc0e9effc8551ee7611b5bd0fab0812138c1a337ddd9e8a44135c1fb67398a611527131eb5e8fe7f110d38556bfce256f318
MISC metadata.xml 512 BLAKE2B 444428e4079bc8b0a7e72645c0a6115403932067c424d9222afcf471300e771f40129e449dc2dfe39d3b31472af0ecc9ce95d516c52c195fb63a1142464b6740 SHA512 98a6e036f1abd8f10a599592c981b5e40f3b8722071c19d7edc3a3fcf062e24a27f5498cb7ce06f8b3ad71eb31f81d28c9add457e629e5cdd98a6d42d33912cc

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Physical quantities module"
HOMEPAGE=" https://pypi.org/project/Pint/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?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">Pint</remote-id>
<remote-id type="github">hgrecco/pint</remote-id>
<maintainer status="unknown">
<email>hernan.grecco@gmail.com</email>
<name>"Hernan E. Grecco"</name>
</maintainer>
</upstream>
</pkgmetadata>