From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B819138350 for ; Tue, 21 Apr 2020 14:20:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B57E091B; Tue, 21 Apr 2020 14:20:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D89BE091B for ; Tue, 21 Apr 2020 14:20:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF68234EEFB for ; Tue, 21 Apr 2020 14:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B0E1EB for ; Tue, 21 Apr 2020 14:20:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587478839.275077fcb686eebaa53ce45210de63fe1762ce8a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tagging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-tagging/Manifest dev-python/django-tagging/django-tagging-0.5.0.ebuild X-VCS-Directories: dev-python/django-tagging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 275077fcb686eebaa53ce45210de63fe1762ce8a X-VCS-Branch: master Date: Tue, 21 Apr 2020 14:20:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41714e6b-5665-4188-afa3-765c7fea2d77 X-Archives-Hash: 6e3c3dec51f541ad8e3f45243f72c3f2 commit: 275077fcb686eebaa53ce45210de63fe1762ce8a Author: Michał Górny gentoo org> AuthorDate: Tue Apr 21 14:19:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 21 14:20:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275077fc dev-python/django-tagging: Bump to 0.5.0, py3.{7,8} Signed-off-by: Michał Górny gentoo.org> dev-python/django-tagging/Manifest | 1 + .../django-tagging/django-tagging-0.5.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/django-tagging/Manifest b/dev-python/django-tagging/Manifest index a4f90caa931..c9727c73a35 100644 --- a/dev-python/django-tagging/Manifest +++ b/dev-python/django-tagging/Manifest @@ -1 +1,2 @@ DIST django-tagging-0.4.6.tar.gz 45228 BLAKE2B 77ed033ad61d227f8fea9e794b888da5d3a81474330d56bbbbcb1ce457ecac27d9615decadaece3c8b8fd2864c53342b795e8a76528c42609b928624609ccabe SHA512 75abf4b57df52393c8eb1ea265344c90c48b4225151076ce874b2e43657dd6cf4fffa1149acc2e118d58e3701d18103a362f658ce5114d7f207a33e7f4903b38 +DIST django-tagging-0.5.0.tar.gz 42827 BLAKE2B 0889af1ca2943c3bd8e4ffe3aecf8ceec85d2546daf9cccba06bbf9d34943ac7de41240ee79ab77797c6af490dc8dc2d3d9c7249b1c83d71488116e3fb78c0d3 SHA512 7a740c24cb9674f3e9c7f98aeb46f99537ba7afc79bbfd810004b921786e1246fe2ea1f219a2a6c414189497e7b9409bc4f7170714c6c03bb163ccede77c3266 diff --git a/dev-python/django-tagging/django-tagging-0.5.0.ebuild b/dev-python/django-tagging/django-tagging-0.5.0.ebuild new file mode 100644 index 00000000000..f20e767c32e --- /dev/null +++ b/dev-python/django-tagging/django-tagging-0.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Generic tagging application for Django" +HOMEPAGE="https://pypi.org/project/django-tagging/ + https://github.com/Fantomas42/django-tagging" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]" + +distutils_enable_sphinx docs + +python_test() { + local -x DJANGO_SETTINGS_MODULE=tagging.tests.settings + local -x PYTHONPATH=. + django-admin test -v 2 tagging || die "Tests failed with ${EPYTHON}" +}