dev-python/django-taggit: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
961a2f7dd7
commit
a1eb871216
2
dev-python/django-taggit/Manifest
Normal file
2
dev-python/django-taggit/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
DIST django-taggit-1.3.0.tar.gz 46986 BLAKE2B ebe425bc17b67977d40c56b9072ef471e1239090056667f1a5792f005908cbffc31f9eb863575ff7d3d359ebef7263e085bad5b7b481ed9060720bd59f617bb3 SHA512 bd5a537fc11bc4b434a5dbbc11e583acb3878101fcfa7e24af3aca5f160e2f1ac8defc9454c0814d39eb47bbb8edea8d3cf47627ad4b4dc86b962cd69d415ccd
|
||||
DIST django-taggit-1.4.0.tar.gz 48757 BLAKE2B 6824df67d317210c2a4b065b6359e10d09918db9976ea3832980f04d4059439f6a1a562fa68f6a8a8452d249ca31bb3e7c003d20cc7cfd3ed03b24e6cea21096 SHA512 0ee6879e4a319c7f6bb4defe7b9cd3e4140e5af290239958c2decf6644629dc230554d68e153adea9371d434d97c914dff4ddebf8f32b8d6529682e0d08642fd
|
18
dev-python/django-taggit/django-taggit-1.3.0.ebuild
Normal file
18
dev-python/django-taggit/django-taggit-1.3.0.ebuild
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..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"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
18
dev-python/django-taggit/django-taggit-1.4.0.ebuild
Normal file
18
dev-python/django-taggit/django-taggit-1.4.0.ebuild
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..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"
|
||||
|
||||
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
11
dev-python/django-taggit/metadata.xml
Normal file
11
dev-python/django-taggit/metadata.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-taggit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue