dev-python/jinja2_pluralize: new package

Signed-off-by: Zac Medico <zmedico@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.10
This commit is contained in:
Zac Medico
2018-10-01 10:08:00 -07:00
parent 7e5d313104
commit d2ea035a49
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST jinja2_pluralize-0.3.0.tar.gz 12638 BLAKE2B bb7399d287cf0d1bfed5398c0ad7e6994dfe1d8e942d82190570d0b40d8bec4939d497cb2d9d4415c913f3f3f9c11b017035941755219effa8d92a6ef188dac9 SHA512 8830c01ff82befa353302cadc305147a950038fdf3808632f22dfce9a564a6ba7967781f579a2d94fecb1b5bb01f80d2a53ff082332b94c6e6e3f5f4106e7313

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1
DESCRIPTION="Jinja2 pluralize filters"
HOMEPAGE="https://github.com/audreyr/jinja2_pluralize"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/inflect[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
python_test() {
esetup.py test || die "tests failed with ${EPYTHON}"
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<upstream>
<remote-id type="pypi">jinja2_pluralize</remote-id>
<remote-id type="github">audreyr/jinja2_pluralize</remote-id>
</upstream>
</pkgmetadata>