From 9e1ba1206c73a0005d2f9879060263daedc686b4 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 31 Jan 2021 00:40:48 +0000 Subject: Updating liguros repo --- dev-python/django-cacheops/Manifest | 2 +- .../django-cacheops/django-cacheops-4.2.ebuild | 21 --------- .../django-cacheops/django-cacheops-5.1.ebuild | 24 ++++++++++ dev-python/django-cors-headers/Manifest | 2 +- .../django-cors-headers-3.2.1.ebuild | 19 -------- .../django-cors-headers-3.7.0.ebuild | 22 +++++++++ dev-python/django-filter/Manifest | 2 +- .../django-filter/django-filter-2.2.0.ebuild | 19 -------- .../django-filter/django-filter-2.4.0.ebuild | 21 +++++++++ .../django-js-asset/django-js-asset-1.2.2.ebuild | 9 ++-- dev-python/django-mptt/django-mptt-0.11.0.ebuild | 14 +++--- .../django-pglocks/django-pglocks-1.0.4.ebuild | 7 ++- dev-python/django-tables2/Manifest | 2 +- .../django-tables2/django-tables2-2.2.1.ebuild | 22 --------- .../django-tables2/django-tables2-2.3.4.ebuild | 19 ++++++++ .../django-taggit-serializer-0.1.7.ebuild | 6 +-- dev-python/django-taggit/Manifest | 2 +- .../django-taggit/django-taggit-1.2.0.ebuild | 20 --------- .../django-taggit/django-taggit-1.3.0.ebuild | 18 ++++++++ dev-python/django-timezone-field/Manifest | 2 +- .../django-timezone-field-4.0.ebuild | 20 --------- .../django-timezone-field-4.1.ebuild | 22 +++++++++ .../djangorestframework-3.12.2.ebuild | 1 + dev-python/funcy/funcy-1.15.ebuild | 8 ++-- dev-python/pytest-cov/Manifest | 1 - .../pytest-cov-2.8.1-disable-broken-tests.patch | 20 --------- .../files/pytest-cov-2.8.1-latest-setuptools.patch | 40 ----------------- .../files/pytest-cov-2.8.1-python38.patch | 52 ---------------------- dev-python/pytest-cov/pytest-cov-2.8.1.ebuild | 51 --------------------- dev-python/whatever/whatever-0.6.ebuild | 4 -- 30 files changed, 155 insertions(+), 317 deletions(-) delete mode 100644 dev-python/django-cacheops/django-cacheops-4.2.ebuild create mode 100644 dev-python/django-cacheops/django-cacheops-5.1.ebuild delete mode 100644 dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild create mode 100644 dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild delete mode 100644 dev-python/django-filter/django-filter-2.2.0.ebuild create mode 100644 dev-python/django-filter/django-filter-2.4.0.ebuild delete mode 100644 dev-python/django-tables2/django-tables2-2.2.1.ebuild create mode 100644 dev-python/django-tables2/django-tables2-2.3.4.ebuild delete mode 100644 dev-python/django-taggit/django-taggit-1.2.0.ebuild create mode 100644 dev-python/django-taggit/django-taggit-1.3.0.ebuild delete mode 100644 dev-python/django-timezone-field/django-timezone-field-4.0.ebuild create mode 100644 dev-python/django-timezone-field/django-timezone-field-4.1.ebuild delete mode 100644 dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch delete mode 100644 dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch delete mode 100644 dev-python/pytest-cov/files/pytest-cov-2.8.1-python38.patch delete mode 100644 dev-python/pytest-cov/pytest-cov-2.8.1.ebuild (limited to 'dev-python') diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest index 0a004a7eddb7..23223cae2c28 100644 --- a/dev-python/django-cacheops/Manifest +++ b/dev-python/django-cacheops/Manifest @@ -1 +1 @@ -DIST django-cacheops-4.2.tar.gz 50240 BLAKE2B 87ef35097f3c521ac21e614adf3b05d871b562d2a463921ba70ce3f7f4a4f7c1b6966e27077dd95016f10649cc1127fe1f7f65bd6353f86cc4395c59d20ea60e SHA512 8caa9b9ffed45bbc6039cb14ce311f714160aca2111408ae1505bbd78d0b8b4057e9414994bd0d0c1334392e83b4c27ca59e0ac1db01e3a56c409f2806bdaa27 +DIST django-cacheops-5.1.tar.gz 67776 BLAKE2B d89ac7aeccecdb69e02e03a46c9d4250439319a840f4902a51909c762cdcb8b422c2b2be2921ac256cf4a3d3248782ece0378c19b99109038b2f4e2262c57bcd SHA512 c7c5b284af4a7ec4faf88613de8eaf2bee298208ef13efbb4bb337c1e71817f36afe51ae4cbfa566a999e2dcf1361f84684189d9748a08de32675820f8b9c91b diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild b/dev-python/django-cacheops/django-cacheops-4.2.ebuild deleted file mode 100644 index 452c9d9d20d9..000000000000 --- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django" -HOMEPAGE="https://github.com/Suor/django-cacheops" -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}] - >=dev-python/funcy-1.8[${PYTHON_USEDEP}] - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/django-cacheops/django-cacheops-5.1.ebuild b/dev-python/django-cacheops/django-cacheops-5.1.ebuild new file mode 100644 index 000000000000..8f0a469024cf --- /dev/null +++ b/dev-python/django-cacheops/django-cacheops-5.1.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} ) +inherit distutils-r1 + +DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django" +HOMEPAGE="https://github.com/Suor/django-cacheops" +SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-python/django-1.8[${PYTHON_USEDEP}] + >=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}] + >=dev-python/funcy-1.8[${PYTHON_USEDEP}] + >=dev-python/six-1.4.0[${PYTHON_USEDEP}] +" + +RDEPEND="${DEPEND}" diff --git a/dev-python/django-cors-headers/Manifest b/dev-python/django-cors-headers/Manifest index 91d7fa3a2623..1a026ef66784 100644 --- a/dev-python/django-cors-headers/Manifest +++ b/dev-python/django-cors-headers/Manifest @@ -1 +1 @@ -DIST django-cors-headers-3.2.1.tar.gz 26261 BLAKE2B fcab223308223af20754275256e9c03f2dc99210b05d200fcfa0f0e4583c7f8a098ec66a3a40d771aa94221d9d21d2bb0c673f4722b72f598b95f31420fa7526 SHA512 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397 +DIST django-cors-headers-3.7.0.tar.gz 88367 BLAKE2B d8a41a605d4823852cce65ffa8005d1e82598cdd81702d1ecef304c2a117dc553447c0cc7e9c31641165f0ba6975b757365733b349c0f5b1f4e9964095b918c2 SHA512 e1dc9695f99108f0908d8d348d284f1fd4a8ccbb84b3c748c9ae8d81d6f32ac8ef3417b612710e64ea4c63d464d97ac31a199292ebcdaaec3f3e37ad025ed0de diff --git a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild deleted file mode 100644 index f804c1e03ffa..000000000000 --- a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" -HOMEPAGE="https://github.com/adamchainz/django-cors-headers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild new file mode 100644 index 000000000000..33ea55bea4f4 --- /dev/null +++ b/dev-python/django-cors-headers/django-cors-headers-3.7.0.ebuild @@ -0,0 +1,22 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" +HOMEPAGE="https://github.com/adamchainz/django-cors-headers" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +# Tests need a configured database +RESTRICT="test" + +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest diff --git a/dev-python/django-filter/Manifest b/dev-python/django-filter/Manifest index d0cd3576913c..d5150fd906a5 100644 --- a/dev-python/django-filter/Manifest +++ b/dev-python/django-filter/Manifest @@ -1 +1 @@ -DIST django-filter-2.2.0.tar.gz 142804 BLAKE2B f2385fe3afa78349395bd3334461ad2acc760a2007d4b69618993e176899c77e8585d90bb68578e561a16459cdf35a480adf0a0e6235d6500e5f2c2a7c602445 SHA512 16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d +DIST django-filter-2.4.0.tar.gz 146904 BLAKE2B 994b07c0f5e511451964f4f1e007ff9906975600d0bc8a02dcbeb86f91bf906490ca394ca95c23c57c1fff25a447f50a40054c0abfe385300f9db87645753978 SHA512 0584222b46add89aa7dd1dfd334fdd19903e0119d455a2c46644c501a66df224f9f51c33394d130bcd1fc0f28c6ede6d6853b9790430040ec7228f9a1dc55264 diff --git a/dev-python/django-filter/django-filter-2.2.0.ebuild b/dev-python/django-filter/django-filter-2.2.0.ebuild deleted file mode 100644 index 9e37033fb960..000000000000 --- a/dev-python/django-filter/django-filter-2.2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters" -HOMEPAGE="https://github.com/carltongibson/django-filter" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-filter/django-filter-2.4.0.ebuild b/dev-python/django-filter/django-filter-2.4.0.ebuild new file mode 100644 index 000000000000..882dc6c1ed6a --- /dev/null +++ b/dev-python/django-filter/django-filter-2.4.0.ebuild @@ -0,0 +1,21 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="Django app allowing declarative dynamic QuerySet filtering from URL parameters" +HOMEPAGE="https://github.com/carltongibson/django-filter" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test" + +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest diff --git a/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild index c1e3f80bcacf..8c9da8c258df 100644 --- a/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild +++ b/dev-python/django-js-asset/django-js-asset-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=">=dev-python/django-1.17[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-python/coverage[${PYTHON_USEDEP}] )" + +distutils_enable_tests setup.py diff --git a/dev-python/django-mptt/django-mptt-0.11.0.ebuild b/dev-python/django-mptt/django-mptt-0.11.0.ebuild index 51f95ddf4c52..c289a261883c 100644 --- a/dev-python/django-mptt/django-mptt-0.11.0.ebuild +++ b/dev-python/django-mptt/django-mptt-0.11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# 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} ) +PYTHON_COMPAT=( python3_{3..9} ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" @@ -14,7 +14,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}] - dev-python/django-js-asset[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/django-1.11[${PYTHON_USEDEP}] + dev-python/django-js-asset[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" diff --git a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild index dfd825e0ac38..401273e38bf8 100644 --- a/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild +++ b/dev-python/django-pglocks/django-pglocks-1.0.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +DISTUTILS_USE_SETUPTOOLS="no" PYTHON_COMPAT=( python3_{6,7,8,9,10} ) inherit distutils-r1 @@ -14,7 +15,5 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -DEPEND=" - >=dev-python/six-1.0.0[${PYTHON_USEDEP}] - " +DEPEND=">=dev-python/six-1.0.0[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" diff --git a/dev-python/django-tables2/Manifest b/dev-python/django-tables2/Manifest index c043d2e6711c..ffd92d20c896 100644 --- a/dev-python/django-tables2/Manifest +++ b/dev-python/django-tables2/Manifest @@ -1 +1 @@ -DIST django-tables2-2.2.1.tar.gz 71769 BLAKE2B 4f507b43907e2c0fd112f493d40681f13039e8a959c3ad4b3ea794dd08a3db24150263e880e79316aaafe59be7c4842504a496ee2e834eea68468c2a3ad0a297 SHA512 f5760f53d76af22033543757dd1b89876f9e40abcccc606bac1019fb10338c83884298a3f9feb280cfc03b209dfc551d07182ff0950c3cba9fafedd8371ecbce +DIST django-tables2-2.3.4.tar.gz 77706 BLAKE2B 54e0903747ab29dab26049868f8cfd412d23fe3f36eaf292bebc90ee1c307f08d04af1eed469423e3699db227110fc0347a8034acb3b3b46971d37b3aebb84a1 SHA512 d10144b79850847d2787e4a97f450eb3709a419a5dcd330667e3746c16f3be7472c6c26dbf7d765356130b79b8c915c46fd3201c83e66806753f1bb95911895f diff --git a/dev-python/django-tables2/django-tables2-2.2.1.ebuild b/dev-python/django-tables2/django-tables2-2.2.1.ebuild deleted file mode 100644 index 8cae59b16679..000000000000 --- a/dev-python/django-tables2/django-tables2-2.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 - -DESCRIPTION="Table/data-grid framework for Django" -HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-python/django-1.11" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-python/django-tables2/django-tables2-2.3.4.ebuild b/dev-python/django-tables2/django-tables2-2.3.4.ebuild new file mode 100644 index 000000000000..9e66a1fd6d95 --- /dev/null +++ b/dev-python/django-tables2/django-tables2-2.3.4.ebuild @@ -0,0 +1,19 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="Table/data-grid framework for Django" +HOMEPAGE="https://pypi.org/project/django-tables2/ https://github.com/bradleyayers/django-tables2/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=">=dev-python/django-1.11" +DEPEND="${RDEPEND}" diff --git a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild index 2a847e665106..2d4181381f74 100644 --- a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild +++ b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest index d120a08b1913..8139cb288d6b 100644 --- a/dev-python/django-taggit/Manifest +++ b/dev-python/django-taggit/Manifest @@ -1 +1 @@ -DIST django-taggit-1.2.0.tar.gz 42938 BLAKE2B 0de8e942c28ce1b268742150061c78221aa957c2574d3df617e72f71104287e73f14fa66ade1e8642459cb1f0400e8d0f995ccd1fe7182bd8f980bb5b3595448 SHA512 7e074ba5ce2399ae0a85da0726b8a945b1da5c22afa9f6fe47b1ad6d65257b54de3b9596091872a48a8a12f53393bdea97aee5f32e42cb0658ae39475a003c78 +DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3 SHA512 bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd diff --git a/dev-python/django-taggit/django-taggit-1.2.0.ebuild b/dev-python/django-taggit/django-taggit-1.2.0.ebuild deleted file mode 100644 index 727cd1e3721c..000000000000 --- a/dev-python/django-taggit/django-taggit-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="simple tagging for django" -HOMEPAGE="https://github.com/jazzband/django-taggit" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-taggit/django-taggit-1.3.0.ebuild b/dev-python/django-taggit/django-taggit-1.3.0.ebuild new file mode 100644 index 000000000000..0273d914641b --- /dev/null +++ b/dev-python/django-taggit/django-taggit-1.3.0.ebuild @@ -0,0 +1,18 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="Simple tagging for Django" +HOMEPAGE="https://github.com/jazzband/django-taggit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-python/django-timezone-field/Manifest b/dev-python/django-timezone-field/Manifest index 670231f27e58..3d8e03c30bd1 100644 --- a/dev-python/django-timezone-field/Manifest +++ b/dev-python/django-timezone-field/Manifest @@ -1 +1 @@ -DIST django-timezone-field-4.0.tar.gz 6866 BLAKE2B 1904dbdc6454109ab00df5008d36a9db9e8dc68215d1824c980ef82711871747d7b51a263d591968494511a33bc4325930dd7d87ba4b62d9386c78c5508d7680 SHA512 d928cc22d45f027b9d5776272cd8bc03b3d7e403d4ade293973e25a7ef96ab1ff6ccaa5bfce2900f579b52f5e8cd6c581054e944440d05b774457faf4ca9c9b1 +DIST django-timezone-field-4.1.tar.gz 8286 BLAKE2B 591a3d9a332102fd6b3a3cf865b1b9ca2ef1d7b37f6bc1a01ddc724050468d59ee5b6c14933203b6182a5efddad32e7e76b17980e415562404057b0e25393089 SHA512 3903e19ab66d636a4fa9c0364aa8232958c6b0d33c41253d57322320543e8f4993ff1eac2fdbee319b174e7e85fbb2dece9cd8db910913d4249de9eb862917e2 diff --git a/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild b/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild deleted file mode 100644 index faf72e05feea..000000000000 --- a/dev-python/django-timezone-field/django-timezone-field-4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="A Django app providing database and form fields for pytz timezone objects" -HOMEPAGE="https://github.com/mfogel/django-timezone-field" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/django-2.2[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild new file mode 100644 index 000000000000..4bc197d0b00b --- /dev/null +++ b/dev-python/django-timezone-field/django-timezone-field-4.1.ebuild @@ -0,0 +1,22 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="A Django app providing database and form fields for pytz timezone objects" +HOMEPAGE="https://github.com/mfogel/django-timezone-field" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" diff --git a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild index 2188c0bfa12e..2cd4866ed7a7 100644 --- a/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild +++ b/dev-python/djangorestframework/djangorestframework-3.12.2.ebuild @@ -14,6 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" diff --git a/dev-python/funcy/funcy-1.15.ebuild b/dev-python/funcy/funcy-1.15.ebuild index 77998fdb776a..5d313c0bd861 100644 --- a/dev-python/funcy/funcy-1.15.ebuild +++ b/dev-python/funcy/funcy-1.15.ebuild @@ -16,14 +16,12 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="" -RDEPEND="${DEPEND}" BDEPEND=" - ${RDEPEND} test? ( - dev-python/whatever[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - )" + dev-python/whatever[${PYTHON_USEDEP}] + ) +" python_test() { distutils_install_for_testing --via-root diff --git a/dev-python/pytest-cov/Manifest b/dev-python/pytest-cov/Manifest index 59e6aad01258..7328fa1a0dff 100644 --- a/dev-python/pytest-cov/Manifest +++ b/dev-python/pytest-cov/Manifest @@ -1,4 +1,3 @@ DIST pytest-cov-2.10.1.tar.gz 56822 BLAKE2B 45eba205a2c6687882445d3554cedc04ad556854f5eac8eb0fab7fda84cdf2736b034dfdceb664293d1add153a5271403eb94585a863676ccfef9ab09727d165 SHA512 2dd575141754a417f34b414ba7e07291c273abdc63a6b7dc72d317c6ec10076b83c2ad78eeefdda7cee1fd6f56932d838602da4dd760a1c0d12095be94c22568 DIST pytest-cov-2.11.0.tar.gz 59018 BLAKE2B f2ecaff439e701c3b7d029e4c51cb019d5222a083815ae5771341b0fa0f1b658f921a6eab75c0b568b630cc7ca75887f25ae7fb6fcaa9c2e8dc419397c4c799a SHA512 001f4975d7ad1a573354074366f983887ec9035bcc29afe9bd1ae2654fab520b8f479c5037936e6131749e5205077e937304e73d366cb43460db1f24a58b02be DIST pytest-cov-2.11.1.tar.gz 59143 BLAKE2B 21aeffbc9ccbe6a7c69a08fe3f0013204eb039c6dc9ddbb364a74ad10764e16ce7be0154e27beaab2c8f9b2a972131c4c2421c4aa4557efc18318556056a421b SHA512 19c465f5972ee0ee3b9a2f1a656fdf5457622cb449f73a6f707d377a617807dadda997a6875f0c081bc4c4f7039559c6e7ce820b818db42dfd053c016e1c3b4e -DIST pytest-cov-2.8.1.tar.gz 47661 BLAKE2B 590fd50b69d01a71b20982d8cdbed0698ebe24c290d791bb44c96aa1aaaf77cf1f379d565eb775864c6945facf6d271115236cb44b95e4a4c9bb7cc6fd591acf SHA512 769a17c2095dbe990df148a0105c9e3dc88ac2265ac77ac31448dab6abf6d8cc0d54f5c6ff01fd708bd38700bfea93f57d3bb702bd9bb0a708257d094b2376ec diff --git a/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch b/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch deleted file mode 100644 index 660db5e59431..000000000000 --- a/dev-python/pytest-cov/files/pytest-cov-2.8.1-disable-broken-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py -index e79e9aa..e5ef2c1 100644 ---- a/tests/test_pytest_cov.py -+++ b/tests/test_pytest_cov.py -@@ -820,6 +820,7 @@ parallel = true - assert result.ret == 0 - - -+@pytest.mark.skip(reason="test is broken") - def test_central_subprocess_change_cwd_with_pythonpath(testdir, monkeypatch): - stuff = testdir.mkdir('stuff') - parent_script = stuff.join('parent_script.py') -@@ -951,6 +952,7 @@ def test_invalid_coverage_source(testdir): - assert not matching_lines - - -+@pytest.mark.skip(reason="test is broken") - @pytest.mark.skipif("'dev' in pytest.__version__") - @pytest.mark.skipif('sys.platform == "win32" and platform.python_implementation() == "PyPy"') - def test_dist_missing_data(testdir): diff --git a/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch b/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch deleted file mode 100644 index 8a9618c3fd98..000000000000 --- a/dev-python/pytest-cov/files/pytest-cov-2.8.1-latest-setuptools.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/setup.py b/setup.py -index 1305b23..3a5803e 100644 ---- a/setup.py -+++ b/setup.py -@@ -29,7 +29,7 @@ def read(*names, **kwargs): - - - class BuildWithPTH(build): -- def run(self): -+ def run(self, **kwargs): - build.run(self) - path = join(dirname(__file__), 'src', 'pytest-cov.pth') - dest = join(self.build_lib, basename(path)) -@@ -37,7 +37,7 @@ class BuildWithPTH(build): - - - class EasyInstallWithPTH(easy_install): -- def run(self): -+ def run(self, **kwargs): - easy_install.run(self) - path = join(dirname(__file__), 'src', 'pytest-cov.pth') - dest = join(self.install_dir, basename(path)) -@@ -45,7 +45,7 @@ class EasyInstallWithPTH(easy_install): - - - class InstallLibWithPTH(install_lib): -- def run(self): -+ def run(self, **kwargs): - install_lib.run(self) - path = join(dirname(__file__), 'src', 'pytest-cov.pth') - dest = join(self.install_dir, basename(path)) -@@ -57,7 +57,7 @@ class InstallLibWithPTH(install_lib): - - - class DevelopWithPTH(develop): -- def run(self): -+ def run(self, **kwargs): - develop.run(self) - path = join(dirname(__file__), 'src', 'pytest-cov.pth') - dest = join(self.install_dir, basename(path)) diff --git a/dev-python/pytest-cov/files/pytest-cov-2.8.1-python38.patch b/dev-python/pytest-cov/files/pytest-cov-2.8.1-python38.patch deleted file mode 100644 index 6292672b6191..000000000000 --- a/dev-python/pytest-cov/files/pytest-cov-2.8.1-python38.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py -index e79e9aa..198478b 100644 ---- a/tests/test_pytest_cov.py -+++ b/tests/test_pytest_cov.py -@@ -662,6 +662,7 @@ def test_fail(p): - ]) - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="Seems buggy on python3.8") - @pytest.mark.skipif('sys.platform == "win32" or platform.python_implementation() == "PyPy"') - def test_dist_combine_racecondition(testdir): - script = testdir.makepyfile(""" -@@ -1018,6 +1019,7 @@ def test_funcarg_not_active(testdir): - assert result.ret == 0 - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="https://bugs.python.org/issue38227") - @pytest.mark.skipif("sys.version_info[0] < 3", reason="no context manager api on Python 2") - @pytest.mark.skipif('sys.platform == "win32"', reason="multiprocessing support is broken on Windows") - @pytest.mark.skipif('platform.python_implementation() == "PyPy"', reason="often deadlocks on PyPy") -@@ -1059,6 +1061,7 @@ def test_run_target(): - assert result.ret == 0 - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="https://bugs.python.org/issue38227") - @pytest.mark.skipif('sys.platform == "win32"', reason="multiprocessing support is broken on Windows") - @pytest.mark.skipif('platform.python_implementation() == "PyPy"', reason="often deadlocks on PyPy") - def test_multiprocessing_pool_terminate(testdir): -@@ -1141,6 +1144,7 @@ def test_run_target(): - assert result.ret == 0 - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="https://bugs.python.org/issue38227") - @pytest.mark.skipif('sys.platform == "win32"', reason="multiprocessing support is broken on Windows") - def test_multiprocessing_process(testdir): - pytest.importorskip('multiprocessing.util') -@@ -1171,6 +1175,7 @@ def test_run_target(): - assert result.ret == 0 - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="https://bugs.python.org/issue38227") - @pytest.mark.skipif('sys.platform == "win32"', reason="multiprocessing support is broken on Windows") - def test_multiprocessing_process_no_source(testdir): - pytest.importorskip('multiprocessing.util') -@@ -1201,6 +1206,7 @@ def test_run_target(): - assert result.ret == 0 - - -+@pytest.mark.skipif("sys.hexversion >= 0x3080000", reason="https://bugs.python.org/issue38227") - @pytest.mark.skipif('sys.platform == "win32"', reason="multiprocessing support is broken on Windows") - def test_multiprocessing_process_with_terminate(testdir): - pytest.importorskip('multiprocessing.util') diff --git a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild b/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild deleted file mode 100644 index 640e978afa0f..000000000000 --- a/dev-python/pytest-cov/pytest-cov-2.8.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="py.test plugin for coverage reporting" -HOMEPAGE="https://github.com/pytest-dev/pytest-cov https://pypi.org/project/pytest-cov/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/py-1.4.22[${PYTHON_USEDEP}] - >=dev-python/pytest-3.6[${PYTHON_USEDEP}] - >=dev-python/coverage-4.4[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( - dev-python/virtualenv[${PYTHON_USEDEP}] - dev-python/fields[${PYTHON_USEDEP}] - >=dev-python/process-tests-2.0.2[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - # Bug 597708 - "${FILESDIR}/${PN}-2.8.1-disable-broken-tests.patch" - "${FILESDIR}/${PN}-2.8.1-latest-setuptools.patch" - # https://github.com/pytest-dev/pytest-cov/issues/365 - "${FILESDIR}/pytest-cov-2.8.1-python38.patch" -) - -distutils_enable_sphinx docs \ - dev-python/sphinx-py3doc-enhanced-theme - -python_test() { - distutils_install_for_testing - PYTHONPATH="${S}/tests:${BUILD_DIR}/lib:${PYTHONPATH}" \ - PYTEST_PLUGINS=${PN/-/_} \ - pytest -vv || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild index 2b7852ea0140..46c83d0d2c2e 100644 --- a/dev-python/whatever/whatever-0.6.ebuild +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -- cgit v1.3