From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit/
Date: Thu, 14 Mar 2019 22:42:20 +0000 (UTC) [thread overview]
Message-ID: <1552603285.c765a240d08d4de2135f1e234c504e294ef6de8b.williamh@gentoo> (raw)
commit: c765a240d08d4de2135f1e234c504e294ef6de8b
Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Thu Mar 14 22:39:42 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2019-03-14 22:42 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-14 22:42 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-03-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit/ William Hubbs
2019-07-12 21:13 William Hubbs
2019-08-11 11:31 David Seifert
2020-01-26 20:33 William Hubbs
2020-03-26 20:52 Michał Górny
2021-01-30 20:27 Conrad Kostecki
2021-01-30 20:27 Conrad Kostecki
2021-05-16 16:09 William Hubbs
2021-07-06 6:34 Michał Górny
2021-07-06 6:34 Michał Górny
2021-10-17 7:41 Michał Górny
2021-11-17 9:55 Michał Górny
2022-01-24 18:11 Arthur Zamarin
2022-05-02 19:17 Arthur Zamarin
2022-05-02 19:19 Arthur Zamarin
2022-05-16 13:18 Michał Górny
2022-11-22 6:27 Arthur Zamarin
2022-11-22 6:27 Arthur Zamarin
2023-01-27 13:14 Arthur Zamarin
2023-01-27 13:14 Arthur Zamarin
2023-03-17 15:21 Michał Górny
2024-04-14 14:58 Michał Górny
2024-05-16 15:22 Arthur Zamarin
2024-07-30 2:47 Michał Górny
2024-09-29 15:46 Michał Górny
2025-08-01 5:59 Alfredo Tupone
2025-10-17 20:07 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1552603285.c765a240d08d4de2135f1e234c504e294ef6de8b.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox