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
This commit is contained in:
Slawomir Lis
2017-05-22 09:25:00 +02:00
parent bcacb47f38
commit 5372fe6326
2 changed files with 28 additions and 0 deletions

View File

@@ -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

View File

@@ -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}]
"