From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/linecache2/Manifest | 2 +- dev-python/linecache2/linecache2-1.0.0-r1.ebuild | 29 ++++++++++++++++++++++++ dev-python/linecache2/linecache2-1.0.0.ebuild | 29 ------------------------ 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 dev-python/linecache2/linecache2-1.0.0-r1.ebuild delete mode 100644 dev-python/linecache2/linecache2-1.0.0.ebuild (limited to 'dev-python/linecache2') diff --git a/dev-python/linecache2/Manifest b/dev-python/linecache2/Manifest index 80d389ebf3be..4220e1cb789f 100644 --- a/dev-python/linecache2/Manifest +++ b/dev-python/linecache2/Manifest @@ -1,3 +1,3 @@ DIST linecache2-1.0.0.tar.gz 11013 BLAKE2B 5f9b125819d9c812d37f1c14ef9ab52f2d5787c83a3d0d891a4def65f17aea26d903b269a610b7247927f72c1594b434ce9274c5358b29799e4ca5b426b37836 SHA512 e585a6e4c054c1965bc4241a1e36b57cb04f32b2d778df0ae4381975700497975251f509354d3622e36c82973c726a207b815f8b12060d9d583b6669a9eb279e -EBUILD linecache2-1.0.0.ebuild 719 BLAKE2B 2b3fe267fb67516123bb67427c773c46dbfe7e4211257fbd37d81614b3ac3e9dee53f53d9f1e7d1ae469283606ac693986ee0e48d58d7fbaebc89ef3e80681e6 SHA512 0b202cf29c81b398fb106c9fcb1153071f3e9c00086e6661ed7137e86a1f5b01134db2e50a01659e93d879a9fe85a051cf63ccf68037834c7c3195b49a3381f8 +EBUILD linecache2-1.0.0-r1.ebuild 709 BLAKE2B 93fa89d24765a3a3b7e82b773abbb575b00fec9eb74399196b7bdf0d5ff06848c0632bf340a774f3b31d56db63dbdbe546f0ce49e2193b8c2cbc98115db17aab SHA512 ba4e9271859fbc0968ac421566f20bf2c1dedc0e125404d34e3d389be230b53aa0810c276b057e4f286b33b721a5930de8f2f220e9814efdf454d8806561eedd MISC metadata.xml 377 BLAKE2B 7de50cf7b25ff4a5670c0976205066353aab31ca2c46d14b037253b9843af6a6d973b7a43aec2d213ea4256de851f6ed7accda0aeb1378ba04ae52e69d1c5977 SHA512 577fa842cf618ecfe56bb1661a9b5e124d0f53c204d36df681f2d2601cc797120bbbe9cb863b8aeb268127044c5d2fcc1cf5f21e953262d793d97d9c9ad98aac diff --git a/dev-python/linecache2/linecache2-1.0.0-r1.ebuild b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild new file mode 100644 index 000000000000..95453da06aa1 --- /dev/null +++ b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Backports of the linecache module" +HOMEPAGE="https://github.com/testing-cabal/linecache2" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] + test? ( + dev-python/fixtures[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] + )" + +python_test() { + "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}" +} diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild b/dev-python/linecache2/linecache2-1.0.0.ebuild deleted file mode 100644 index 0f3e5e0bdcd4..000000000000 --- a/dev-python/linecache2/linecache2-1.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Backports of the linecache module" -HOMEPAGE="https://github.com/testing-cabal/linecache2" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( - dev-python/fixtures[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] - )" - -python_test() { - "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}" -} -- cgit v1.2.3