diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-28 01:44:46 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-28 01:44:46 +0000 |
| commit | dc78a4f3279af68d5c1f1752ff7a35bde758d64d (patch) | |
| tree | 7d692eeab38dfbc13915ec5a1b68435dd7c422c3 /dev-python/contextlib2 | |
| parent | c3c7ab781a73bbc7cf95a78b999fbc54c90bce3f (diff) | |
| download | baldeagleos-repo-dc78a4f3279af68d5c1f1752ff7a35bde758d64d.tar.gz baldeagleos-repo-dc78a4f3279af68d5c1f1752ff7a35bde758d64d.tar.xz baldeagleos-repo-dc78a4f3279af68d5c1f1752ff7a35bde758d64d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/contextlib2')
| -rw-r--r-- | dev-python/contextlib2/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/contextlib2/contextlib2-21.6.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest index 3ac9360014d5..4e2999596f23 100644 --- a/dev-python/contextlib2/Manifest +++ b/dev-python/contextlib2/Manifest @@ -1 +1,2 @@ DIST contextlib2-0.6.0.post1.tar.gz 29670 BLAKE2B 927cbc674c2cb568e71bd110773bea6f848233928bb910e0db7114812b3359b9395e43c01be1645d44f3202f94c62bc21c4db883a155c64feb636a61865dd7d8 SHA512 bd3b458b365bc1d556476f6368bc523fde07e85afdad74037aa98d7a498008103a789f6b481b606700da92606ee6477fc5a817f1596e93a6e3c548ed0d4a5bf8 +DIST contextlib2-21.6.0.tar.gz 43795 BLAKE2B 52e62cf56bc11c0a0502d1d43ba361bea579af98a1c820afb73a6c2ab87bdf57317541cb7051b5aca05311ee2df24010e6e96c7ef4ee7192ec792cf2937aae68 SHA512 a85cafaaf66c7c6a59a4e9ac757941b1a98c17e5a49e41573dc759fafbbf17928a21f582e8aaa0fdc60636413ec702e198bde19a78ac304237b6da1c3d47b730 diff --git a/dev-python/contextlib2/contextlib2-21.6.0.ebuild b/dev-python/contextlib2/contextlib2-21.6.0.ebuild new file mode 100644 index 000000000000..6e2282d9e3e3 --- /dev/null +++ b/dev-python/contextlib2/contextlib2-21.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) + +inherit distutils-r1 + +MY_P="${PN}-${PV/_p/.post}" +DESCRIPTION="Backports and enhancements for the contextlib module" +HOMEPAGE="https://pypi.org/project/contextlib2/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="PSF-2.4 Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS=( NEWS.rst README.rst ) + +distutils_enable_tests unittest |
