From 814f4cf860e299a046b649eaee5463427984c09c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 8 Jul 2021 15:03:58 +0100 Subject: gentoo resync : 08.07.2021 --- dev-python/django-taggit/Manifest | 4 +++- .../django-taggit/django-taggit-1.5.1.ebuild | 28 ++++++++++++++++++++++ dev-python/django-taggit/metadata.xml | 6 ++++- 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dev-python/django-taggit/django-taggit-1.5.1.ebuild (limited to 'dev-python/django-taggit') diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest index ffe99f957337..438ded82d35a 100644 --- a/dev-python/django-taggit/Manifest +++ b/dev-python/django-taggit/Manifest @@ -1,3 +1,5 @@ DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3 SHA512 bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd +DIST django-taggit-1.5.1.tar.gz 52766 BLAKE2B 59892ba591ad5cbc40a7515a6427722d7cb58e2daadec579b1c08dcc3522e24e041cbe06c953c3717cdf3db50aef7ff9fb5b4eac00344e457b61797745638107 SHA512 8e7afefd8f0654340e234f7bd1cc3684b3e5d1f4d94d17c79ed8fb82096c21a809e7f8db2fea9509d45c3f2bdc5e8ed52fb0823779b0a039f87528642803725b EBUILD django-taggit-1.3.0.ebuild 429 BLAKE2B 58978a90503dde259fcf0c9b0e7c714276ab1bf3bba34a25fd4adb2927ccb005f3bd46561e336f89d41b06680341651d588b25287570ec4a5600277f753ee128 SHA512 ead14dcc1f7495fe8ff63883e660e9f3bd5b00501649e7aa227a8ab4b955421c915e94bec82311c06c6a3ae4433b377342e5bec1d80129f8c88fb14b736073b8 -MISC metadata.xml 243 BLAKE2B 922ba740c2c2514de42be7fe3120cf65a80aa8887081415a4a19ff5f0ac00bdfe9e086092265593db35b682450da516371ce58335253cb44899f70e12d058e03 SHA512 010422b743b59d85185fe4e6ee9e5aa60d85b78f95dca86e1cc56b4e43c6bf2894b26f57eb3cd515407170e6d3bfe4780d15a611b434a22b104f6dac2c2394d0 +EBUILD django-taggit-1.5.1.ebuild 651 BLAKE2B 30cf35983a6d700460559c4a2da3839798407d7b961ffaf1063917c7e24816ed10f42d0fca5d5ea592513cf8a106587c14360e0365c982b94ac508d354f75e36 SHA512 3841045ce523b27828a91d0da10b2deb7e79cb434ce99f40d21dc0eae4a1dd9ce14cf3ffc15410661cf1745072827f051ccafccff98d5288af2cc2931a7dd95e +MISC metadata.xml 340 BLAKE2B 236e64c48f88b6cbd3417a23823be6125606d81f0d150890123f32b5915e50de9bb47bed2a69079373055e72c267951410f12d8f018c0345f3bbb8d2b5f62c4c SHA512 e253645b70e66e062e96cf3281b668d4c0f515624305823bdb78eb9f2d14732340b0623662b1607776f5837367100d221a4f109026fc5ea940522119f5ecfee2 diff --git a/dev-python/django-taggit/django-taggit-1.5.1.ebuild b/dev-python/django-taggit/django-taggit-1.5.1.ebuild new file mode 100644 index 000000000000..27e3b3afdeea --- /dev/null +++ b/dev-python/django-taggit/django-taggit-1.5.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..9} ) +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="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + dev-python/djangorestframework[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( ${RDEPEND} )" + +python_test() { + "${EPYTHON}" -m django test -v 2 --settings=tests.settings || + die "Tests failed with ${EPYTHON}" +} diff --git a/dev-python/django-taggit/metadata.xml b/dev-python/django-taggit/metadata.xml index 4514a512c9dc..a75c4a522006 100644 --- a/dev-python/django-taggit/metadata.xml +++ b/dev-python/django-taggit/metadata.xml @@ -1,7 +1,11 @@ - + + python@gentoo.org + Python + + django-taggit -- cgit v1.2.3