version bump
authorSlawomir Lis <slis@gentoo.org>
Mon, 13 Jun 2016 06:37:12 +0000 (08:37 +0200)
committerSlawomir Lis <slis@gentoo.org>
Mon, 13 Jun 2016 06:50:37 +0000 (08:50 +0200)
Package-Manager: portage-2.3.0_rc1

dev-python/aldryn-bootstrap3/Manifest
dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.0.7.ebuild [new file with mode: 0644]

index e8f500974248ae776e0ea6fb73282bca8fdd7277..ff9a28ea34b5534e475037a8e5caebe699bf8257 100644 (file)
@@ -1 +1,2 @@
 DIST aldryn-bootstrap3-0.5.1.tar.gz 57146 SHA256 5b38798db7ef7134129e3282ece8efd83029b0556793955606456fc9086c8e18 SHA512 07e6dc1e1d72e7158276a333d6f446e060df47d2eaeb0098ccd82e1a9364a4c22673012dec7cab4ea80b943ec81e669ca6ca824ce3142e402e9fba6d3196acdd WHIRLPOOL eb8490baff93cc800791409ffc0a52a5e2f41bd596b156e65ab3a4d9d72dee8373e567e27a97f522f57b3e7a02651c7ed5261744af06edcd206db6fa18953103
+DIST aldryn-bootstrap3-1.0.7.tar.gz 743255 SHA256 19eb22c9d89fb46d490adf97cb9ddea0ef7c91ad501481063570e56e51947d21 SHA512 45ad41bde043fc490f7960fb77fdd140d99b949020056567de487d60d549a8e748e9d67de070c4fa3072a20b6f8786f5a785cf18eb74566467833fe336d48559 WHIRLPOOL ce53a735f9799c05a357cb0046a9613288c49bf2f1f530fc9546ec00551759769ad9ef4d3b48dd4da1e041646a4e501c4221a073a523da6389b24a01affaa182
diff --git a/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.0.7.ebuild b/dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.0.7.ebuild
new file mode 100644 (file)
index 0000000..995e418
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="django CMS plugins for bootstrap3 markup"
+HOMEPAGE="http://www.django-cms.org/en/addons/aldryn-bootstrap3/"
+SRC_URI="https://github.com/aldryn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       >=dev-python/django-cms-3.1
+       >=dev-python/django-appconf-1.0.0
+       >=dev-python/django-filer-0.9.11
+       >=dev-python/django-durationfield-0.5.2
+"
+
+DEPEND="
+       ${RDEPEND}
+       dev-python/setuptools
+"