Added dev-python/j2cli-0.3.12b.

This commit is contained in:
László Valkó 2020-05-02 06:33:44 +02:00
parent 0d485f8d25
commit 45bfb23fcb
3 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,3 @@
DIST j2cli-0.3.12b.tar.gz 16797 BLAKE2B 08b434596021576dcecbaa8e700479c103f5d93c3d42880f8f5062fb0db78d4bd0bcc43c068e56b950a654b383a27b5aaff3b58ef22382c6fd6da8d9135ede98 SHA512 6c64aee49091969650214c7e581435d61a32211da14be3b80504af192e30d0de545e698426c3b68deb71e4ac8e422036a8202f0ea4d29f1cc3598872c4299b90
EBUILD j2cli-0.3.12b.ebuild 817 BLAKE2B 729701942d1727f77e5817894b610a1413178df5f637320b7067c6de0b29f3fe7f13287262cee20ec9562c7ac4712a90d8ef1ef796899964bd83f17b6bc5ead9 SHA512 1933ce08350f155a131afc19849be46c93db3e4875e56b4af2f9213b0e3e39968d14de3e17027be35288bed6dc1601c32df52d538a5138f679179c0646ae4e65
MISC metadata.xml 217 BLAKE2B 2ff165b31e242337c0eb4ec7fc67dcf0ed3a5eb2962197600231e2b80bf9dabbabe485678d9a2cf4bdf26b23ae4b55f3101aa15e6b92010cab20953a1d513686 SHA512 a0130ab6cf8d4cc029ff0768bd12265b81b47bdfa6d815cbb70368ac79535cf4777d3113e77b877e9f7a222bdc36321672c42db40b2a8f603421adb40d6eb50e

View file

@ -0,0 +1,37 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Jinja2 Command-Line Tool, reworked."
HOMEPAGE="http://pypi.python.org/pypi/j2cli"
SRC_URI="https://github.com/kolypto/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="yaml test"
CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="
${CDEPEND}
test? (
dev-python/wheel[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
"
RDEPEND="
${CDEPEND}
>=dev-python/jinja-2.7.2[${PYTHON_USEDEP}]
yaml? (
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
)
"
python_test() {
nosetests j2cli/tests || die "tests failed under ${EPYTHON}"
}

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">kolypto/j2cli</remote-id>
</upstream>
</pkgmetadata>