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 B4A55138334 for ; Thu, 14 Mar 2019 22:42:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F494E095A; Thu, 14 Mar 2019 22:42:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 743F8E095A for ; Thu, 14 Mar 2019 22:42:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8209335D07 for ; Thu, 14 Mar 2019 22:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759C2452 for ; Thu, 14 Mar 2019 22:42:20 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1552603285.c765a240d08d4de2135f1e234c504e294ef6de8b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-taggit/Manifest dev-python/django-taggit/django-taggit-0.24.0.ebuild dev-python/django-taggit/metadata.xml X-VCS-Directories: dev-python/django-taggit/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c765a240d08d4de2135f1e234c504e294ef6de8b X-VCS-Branch: master Date: Thu, 14 Mar 2019 22:42:20 +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: f4cfd950-e354-4dd6-83ac-6469e215d54f X-Archives-Hash: d39f56721a7367bf731add7f09067b3b commit: c765a240d08d4de2135f1e234c504e294ef6de8b Author: William Hubbs sony com> AuthorDate: Thu Mar 14 22:39:42 2019 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 14 22:41:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c765a240 dev-python/django-taggit: reusable Django application for simple tagging Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: William Hubbs gentoo.org> dev-python/django-taggit/Manifest | 1 + dev-python/django-taggit/django-taggit-0.24.0.ebuild | 20 ++++++++++++++++++++ dev-python/django-taggit/metadata.xml | 8 ++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/django-taggit/Manifest b/dev-python/django-taggit/Manifest new file mode 100644 index 00000000000..6b435f77d9f --- /dev/null +++ b/dev-python/django-taggit/Manifest @@ -0,0 +1 @@ +DIST django-taggit-0.24.0.tar.gz 44534 BLAKE2B 7a7c756cebc57bc870407d85b81c527ca7cfa5933050e02e5ea5ad18e2879732ea8993c725a4a8b1ded95bcefae3a8f4afa7c38d323bde347be7fb8a5d36c229 SHA512 669fd69c8c66dc4561fa87e94c7277d3de9aeb14136e8911b542dd3e6af84751781f5985c63deba5defedfa80e6650cafd608e206932ff4dfdfc80f796035a8c diff --git a/dev-python/django-taggit/django-taggit-0.24.0.ebuild b/dev-python/django-taggit/django-taggit-0.24.0.ebuild new file mode 100644 index 00000000000..82fb91bb055 --- /dev/null +++ b/dev-python/django-taggit/django-taggit-0.24.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Sony Interactive Entertainment Inc. +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +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/metadata.xml b/dev-python/django-taggit/metadata.xml new file mode 100644 index 00000000000..c36c37139fa --- /dev/null +++ b/dev-python/django-taggit/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + +