diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-05-22 09:25:00 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-05-23 12:37:03 +0200 |
commit | 5372fe6326925104e983302ca195c4d23c2dc3be (patch) | |
tree | 4e16d9486f7df23718ac46781fd88c56b3d1734a /dev-python/aldryn-boilerplates | |
parent | dev-python/YURL: updated to proper use PYTHON_USEDEP (diff) | |
download | gentoo-5372fe6326925104e983302ca195c4d23c2dc3be.tar.gz gentoo-5372fe6326925104e983302ca195c4d23c2dc3be.tar.bz2 gentoo-5372fe6326925104e983302ca195c4d23c2dc3be.zip |
dev-python/aldryn-boilerplates: version bump to 0.7.5
Also fixed usage of PYTHON_USEDEP
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/aldryn-boilerplates')
-rw-r--r-- | dev-python/aldryn-boilerplates/Manifest | 1 | ||||
-rw-r--r-- | dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.5.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/aldryn-boilerplates/Manifest b/dev-python/aldryn-boilerplates/Manifest index 62272232c502..bbd42f13c4d8 100644 --- a/dev-python/aldryn-boilerplates/Manifest +++ b/dev-python/aldryn-boilerplates/Manifest @@ -1 +1,2 @@ DIST aldryn-boilerplates-0.7.4.tar.gz 8860 SHA256 f520d7ddb4c656912a9ca31bddc11827b95cb8cd4799c9aef2e065b514db31a2 SHA512 d3d8f20177d561af5a3ac44db09af3d61d39a6fdbace5131febcb2fb93b1e0dce95a9c12e4a240b83035f94452bcd725e40d4cfe90526ec241fdc72229d8a618 WHIRLPOOL 1e61a8b3488f21a26ee58a6a51278d939d4af25e504c10d1fc385f376ba6982fb8ba968c018726df65155308c981e5e905a2f031b8bd99bfe74c2ccdd92b6f6b +DIST aldryn-boilerplates-0.7.5.tar.gz 8550 SHA256 c4ac45b0c76d23cec1f014523e0ab3e74a8c1aa3aa77acf984d493813669ba95 SHA512 63aabe996bb89433bfd649890c0bfddd39d7a65efe4e6a5d1141caad2a87df8b0078c72a48d2fec02794d976cf92804fc5ddc549b31ad83184c93f8d24e0c936 WHIRLPOOL a7f047eb5fdcd0b20a624379fd2c17d597590ff5a2f0f59b677c22df691d08ab2d13b5897daaa24aa3d4f03be658824464e6dad8c8789c89e5b1c96e7420875b diff --git a/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.5.ebuild b/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.5.ebuild new file mode 100644 index 000000000000..c4aa13ad45ea --- /dev/null +++ b/dev-python/aldryn-boilerplates/aldryn-boilerplates-0.7.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Allows re-usable apps to provide sets of templates and staticfiles" +HOMEPAGE="https://pypi.python.org/pypi/aldryn-boilerplates" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/django-1.5[${PYTHON_USEDEP}] + dev-python/django-appconf[${PYTHON_USEDEP}] + >=dev-python/YURL-0.13[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" |