From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- dev-python/csv23/Manifest | 4 ++-- dev-python/csv23/csv23-0.3.1.ebuild | 32 -------------------------------- dev-python/csv23/csv23-0.3.2.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 dev-python/csv23/csv23-0.3.1.ebuild create mode 100644 dev-python/csv23/csv23-0.3.2.ebuild (limited to 'dev-python/csv23') diff --git a/dev-python/csv23/Manifest b/dev-python/csv23/Manifest index 03ecf82b9bd5..3831df534be0 100644 --- a/dev-python/csv23/Manifest +++ b/dev-python/csv23/Manifest @@ -1,3 +1,3 @@ -DIST csv23-0.3.1.tar.gz 23959 BLAKE2B 076c1a3f52d4cf6283716c366c3b44d3cae4012ae7613e24193aa7d8e0ac96e4ee9d1325219dd90ada26970cb3fde093730224f0f9bda3cadc921d9a5465b317 SHA512 25a0e06529edab89e4541cd7622a980af2cc31eff62db9f659af5305bfdbdcd388354b38a6f725d81e2f39fb48bec7adb287bb0577e973b5709a38ff03456037 -EBUILD csv23-0.3.1.ebuild 780 BLAKE2B 46a4bf6757ac71c6247a611164753dc5f6da1e0bc1428ade3066a2f45e5a75d78741643b27d9c7368212a402ded715c8dd003890afb16e58d636892f479d7f5a SHA512 803cbb6bc98980d34c4c70d5f59b8d23661a89bb0e67966e073e8efd130b53ccc014c04f7f75b218abc698bb7d53fee22eeb1d6e99162ec3a9ac621cd7e9f665 +DIST csv23-0.3.2.tar.gz 24132 BLAKE2B 2c5eb231814e087dce9689c7075bdbc3875b3e200dc1273022d55661ec60f18a5bcb03e062b205fde13e845e5e50d530b07596b51ad7b2a89e41b45629bf3ce8 SHA512 289386cce5de4ae5bc42fc56d1639bbd1483034e5422f63142c1d188de735b1f5f18f9f69e3cb96f4ac3e1d7d0b371b1c45e720982c4f4b539fcf0d2da893f6a +EBUILD csv23-0.3.2.ebuild 802 BLAKE2B b8e93946e1c98028cbeddbab617b37bf03460db42fbbd740ea11e82e65a43fa39f918541f7d47cb60e935e775d6d9476602c7b798aeed680a7c39b273a8d6891 SHA512 f43a88ab341064ca08c71399b4ee6d4b46c7875cd20ad307ad151ee256e1a10131f78af46eaf95ca20e8c75591ce10568216b3387f4ec1fc8094c9e79335aa5f MISC metadata.xml 218 BLAKE2B 086fdcf7b63ca7bd6c58e861d717bb375e1cd372eff26d5d2eeeb176d8c5e6f10e653562abafb50eae7d7508f8e3d421b87e6a749acd0490308672828d0da697 SHA512 4558fee4c51117e21b1f42ca3edbdf1195ed297db798d6bfa0e5fbb7019654a187422b0abde7af5d800caffed66d1e55e4280e8be602bad591424d9776c46781 diff --git a/dev-python/csv23/csv23-0.3.1.ebuild b/dev-python/csv23/csv23-0.3.1.ebuild deleted file mode 100644 index c943c61bccc3..000000000000 --- a/dev-python/csv23/csv23-0.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Python 2/3 unicode CSV compatibility layer" -HOMEPAGE=" - https://pypi.org/project/csv23/ - https://github.com/xflr6/csv23/" -SRC_URI="https://github.com/xflr6/csv23/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# note: upstream really uses mock at runtime -RDEPEND=" - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)" -BDEPEND=" - test? ( - >=dev-python/pytest-4.6[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/--cov/d' setup.cfg || die - distutils-r1_src_prepare -} diff --git a/dev-python/csv23/csv23-0.3.2.ebuild b/dev-python/csv23/csv23-0.3.2.ebuild new file mode 100644 index 000000000000..5eca9f30e606 --- /dev/null +++ b/dev-python/csv23/csv23-0.3.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Python 2/3 unicode CSV compatibility layer" +HOMEPAGE=" + https://pypi.org/project/csv23/ + https://github.com/xflr6/csv23/" +SRC_URI="https://github.com/xflr6/csv23/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" + +# note: upstream really uses mock at runtime +RDEPEND=" + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)" +BDEPEND=" + test? ( + >=dev-python/pytest-4.6[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e '/--cov/d' setup.cfg || die + distutils-r1_src_prepare +} -- cgit v1.2.3