From 8d15cb8238a384acdb70250a0cd213f2ab5f0ab6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 23 Feb 2023 09:44:00 +0000 Subject: gentoo auto-resync : 23:02:2023 - 09:44:00 --- dev-python/csvkit/Manifest | 2 ++ dev-python/csvkit/csvkit-1.1.1.ebuild | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 dev-python/csvkit/csvkit-1.1.1.ebuild (limited to 'dev-python/csvkit') diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest index 0817d9f566ad..4e1e1cbf0d3d 100644 --- a/dev-python/csvkit/Manifest +++ b/dev-python/csvkit/Manifest @@ -1,3 +1,5 @@ DIST csvkit-1.1.0.tar.gz 3791940 BLAKE2B 9ef69f1acde1cab9ed69ca62b8e94fc92207bba1967db17c4f2edbda7191d2783d075be004d5c6022d446921343938ed502812602b2ce1cb16c2c62b530a5027 SHA512 4cc9eb9c326bc38368149721777f0c14e89fa8e65b7553908120613ee233105a6ab324054382766c6838c1594960907373f59b33a285e92a62b6e6cd0f5f89b7 +DIST csvkit-1.1.1.tar.gz 3792699 BLAKE2B 730dad274fd873af6903f815a6d2a7dc70d48a845347be644e573fe2772f53786cbf20a631bd8a7c81ffeac03c92f00607be582fda4cd1b6a7efe93d30070182 SHA512 16825ba629ba39022c7537c210f0c5e51f7b03c0552a16fd57b86b0cfd9ff883937d5be21a1a7ef583cf94ea56bff37de259684c84a50d5e9c3ec10f8a5f33dd EBUILD csvkit-1.1.0.ebuild 959 BLAKE2B c65635b7f4629479328aaae445c1820731da71b2ab4aab31157d441cf02b233c523fcd3d87ab71380f2b53f8533730a546c87d17488dd9fa3bd59b29bf5b1007 SHA512 ca9bab6be9a6bbd821684dabf893dc2adf63b76820a146c8d7e4774770132b6614f9fc871a55b22a468a929ff6f662b02cb451dba2d9a0c8e87553db12864eb0 +EBUILD csvkit-1.1.1.ebuild 911 BLAKE2B 718fdcf48b4e1e39946d73271854290a215987ba7e3ed1c8136ad1c54fc3ea5eb90924f1f90407f2012318a824b37a1100eafcc3b7f83009bcf4d52a0e676db4 SHA512 3525b71d40b8f2e80e4617ecefe4adbc626422d48e21a897876a9a0af7769e87397eb1f3df5ceab952b4c29b6cabd4f712c4e89e099684f7b42e1db623214b8a MISC metadata.xml 626 BLAKE2B 181917319a1f5bfd6356b2fb06f91892d2432f9ae29a5586c9a6d9579747a676a42d3ee94c1601b53f8ba5c3fc9bbf162b6b3b419ccbc047ead3f1120c2bd056 SHA512 23194fc2a805904809e1df179572fe8e52344b58bda98f064a5221b3637f21f9f8f974e466e65353915b7eb9c66ae23464d1c79e92829147a7c64c6999963f56 diff --git a/dev-python/csvkit/csvkit-1.1.1.ebuild b/dev-python/csvkit/csvkit-1.1.1.ebuild new file mode 100644 index 000000000000..c65988ea5d16 --- /dev/null +++ b/dev-python/csvkit/csvkit-1.1.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A suite of utilities for converting to and working with CSV" +HOMEPAGE=" + https://github.com/wireservice/csvkit/ + https://pypi.org/project/csvkit/ +" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/agate-1.6.1[${PYTHON_USEDEP}] + >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}] + >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}] + >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local EPYTEST_DESELECT=( + # fails depending on locale, let's not force en_US + tests/test_utilities/test_csvstat.py::TestCSVStat::test_decimal_format + ) + local -x LC_ALL=C.UTF-8 + epytest +} -- cgit v1.2.3