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 43080138336 for ; Thu, 7 Jun 2018 08:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4734DE091C; Thu, 7 Jun 2018 08:34:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F2BF8E091C for ; Thu, 7 Jun 2018 08:34:58 +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 AF1DB335CA6 for ; Thu, 7 Jun 2018 08:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CBF329E for ; Thu, 7 Jun 2018 08:34:55 +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: <1528359393.40c5fd43c476a7d755c4b985bd8d0a3a786a11df.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.4.6.ebuild dev-python/django-tagging/metadata.xml X-VCS-Directories: dev-python/django-tagging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 40c5fd43c476a7d755c4b985bd8d0a3a786a11df X-VCS-Branch: master Date: Thu, 7 Jun 2018 08:34:55 +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-Archives-Salt: 4f5017a1-a645-4d5b-8b91-e7df39b9e734 X-Archives-Hash: 7dffed5e7580ccb189558934b38f7a57 commit: 40c5fd43c476a7d755c4b985bd8d0a3a786a11df Author: Louis Sautier gmail com> AuthorDate: Sun May 27 12:28:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 7 08:16:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c5fd43 dev-python/django-tagging: bump to 0.4.6, add doc, fix deps Also add GitHub upstream to metadata.xml. Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-python/django-tagging/Manifest | 1 + .../django-tagging/django-tagging-0.4.6.ebuild | 36 ++++++++++++++++++++++ dev-python/django-tagging/metadata.xml | 1 + 3 files changed, 38 insertions(+) diff --git a/dev-python/django-tagging/Manifest b/dev-python/django-tagging/Manifest index fa3cc9e54f6..d61fb80ab37 100644 --- a/dev-python/django-tagging/Manifest +++ b/dev-python/django-tagging/Manifest @@ -1 +1,2 @@ DIST django-tagging-0.4.1.tar.gz 44260 BLAKE2B 44d39d44892fa86ebc4ea185fb53696be772738a60a29d121d883ed3f123914a4621701c2a1efc4b0e309cd02ad0f7d28fb468eeff15c1b147724e8f9dc36e9b SHA512 6f6899084fd5067ec2e49649bba4aad225ed738f39f999b7ea5156d38fa28c272d4a1f688d4de712db15fe8f2c2ecfd4532eb6e9c0c1de6dd530c09d7d767a26 +DIST django-tagging-0.4.6.tar.gz 45228 BLAKE2B 77ed033ad61d227f8fea9e794b888da5d3a81474330d56bbbbcb1ce457ecac27d9615decadaece3c8b8fd2864c53342b795e8a76528c42609b928624609ccabe SHA512 75abf4b57df52393c8eb1ea265344c90c48b4225151076ce874b2e43657dd6cf4fffa1149acc2e118d58e3701d18103a362f658ce5114d7f207a33e7f4903b38 diff --git a/dev-python/django-tagging/django-tagging-0.4.6.ebuild b/dev-python/django-tagging/django-tagging-0.4.6.ebuild new file mode 100644 index 00000000000..fc37602ad78 --- /dev/null +++ b/dev-python/django-tagging/django-tagging-0.4.6.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Generic tagging application for Django" +HOMEPAGE="https://pypi.org/project/django-tagging/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + ) +" + +python_prepare_all() { + sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die + distutils-r1_python_prepare_all +} + +python_compile_all() { + if use doc; then + sphinx-build docs docs/_build/html || die + HTML_DOCS=( docs/_build/html/. ) + fi +} diff --git a/dev-python/django-tagging/metadata.xml b/dev-python/django-tagging/metadata.xml index 1410662a219..765895e8be7 100644 --- a/dev-python/django-tagging/metadata.xml +++ b/dev-python/django-tagging/metadata.xml @@ -7,5 +7,6 @@ django-tagging + Fantomas42/django-tagging