diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-10-14 09:00:38 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-10-14 09:28:38 -0400 |
commit | c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974 (patch) | |
tree | 4b2499de34ec2ae91b64db6ec18e55e1e7125ca5 /dev-python/pypugjs | |
parent | www-client/vivaldi-snapshot: Version 3.4.2066.70_p1 (diff) | |
download | gentoo-c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974.tar.gz gentoo-c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974.tar.bz2 gentoo-c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974.zip |
dev-python/pypugjs: Version bump to 2.9.5
Add DISTUTILS_USE_SETUPTOOLS="bdepend"
to 2.9.4-r1 and 2.9.5
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/pypugjs')
-rw-r--r-- | dev-python/pypugjs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pypugjs/pypugjs-5.9.5.ebuild | 23 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest index 2608905a6a19..028000973669 100644 --- a/dev-python/pypugjs/Manifest +++ b/dev-python/pypugjs/Manifest @@ -1 +1,2 @@ DIST pypugjs-5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 +DIST pypugjs-5.9.5.tar.gz 48925 BLAKE2B 4487799759e5090a9ef20da5af2d94d6f2d0139409cb5b963153ca949160bdf3f8f5ec8a3dd2949913b80f77b454ce4aeca00d9df10716c7202e105823db8f8b SHA512 f38ced5a908a4353aa1e48df605ebd80da418ecd2f5f554bf8e7788275a13ed82bc5b420656e5ba88862e033e339c5118d097d0ca7c1237aadd5049a15976aa8 diff --git a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild index 84216b99cfb4..a33f3361bf73 100644 --- a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 diff --git a/dev-python/pypugjs/pypugjs-5.9.5.ebuild b/dev-python/pypugjs/pypugjs-5.9.5.ebuild new file mode 100644 index 000000000000..a33f3361bf73 --- /dev/null +++ b/dev-python/pypugjs/pypugjs-5.9.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" + +inherit distutils-r1 + +DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates" +HOMEPAGE="https://github.com/kakulukia/pypugjs" +SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/chardet +" +DEPEND="${RDEPEND}" |