Skip to content

Commit

Permalink
dev-python/aldryn-bootstrap3: changed python compat to match django_a…
Browse files Browse the repository at this point in the history
…ppconf

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
Slawomir Lis committed May 23, 2017
1 parent f9de6fd commit 28e86e6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/aldryn-bootstrap3/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
DIST aldryn-bootstrap3-1.1.2.tar.gz 727872 SHA256 60a067f3113381d945d239a82c3862a886cceaa9f523e789458392cc96378539 SHA512 f25a6f85267c4e006ab222e4f334bf745a7300d74f37a7afbd92960c68a3f97f95095e23e63037fe766dcb75a6d696cd5b30e0f8b10ba6a7a030627fbdebf6fb WHIRLPOOL 378d4550262f5b4585e3e09465ebf1b4357710244a64061965cc58bfc3ba4d56dbe29ec7f811895456710f906b48375750b2ed328557e18a47c22a08f0b1db17
DIST aldryn-bootstrap3-1.2.2.tar.gz 699492 SHA256 d7b70d795350eec6b7793c6b2519b034c9a11c5b524d9a36df6199ca5fc55f7c SHA512 d99a8b734911e2f1d8c23fae074690687f5f41a9ae179ea93aef38ddb46a6fe97135d76c81159509eb00d6095ef88b870a672eef692ed05f378bd991fe9aca57 WHIRLPOOL c1705ae42091aedfdfd8d849f4829bdaeff621ed51067c26a8ff83b52bd96d80c7b98b0ec042598d799f30feb334f966ac1cbdbdbb0c01c635aec0fd7de13337
29 changes: 29 additions & 0 deletions dev-python/aldryn-bootstrap3/aldryn-bootstrap3-1.2.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="6"

PYTHON_COMPAT=( python{2_7,3_4} )

inherit distutils-r1

DESCRIPTION="django CMS plugins for bootstrap3 markup"
HOMEPAGE="https://github.com/aldryn/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.3.0[${PYTHON_USEDEP}]
>=dev-python/django-appconf-1.0.0[${PYTHON_USEDEP}]
>=dev-python/django-filer-0.9.11[${PYTHON_USEDEP}]
>=dev-python/djangocms-attributes-field-0.1.1[${PYTHON_USEDEP}]
"

DEPEND="
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"

0 comments on commit 28e86e6

Please sign in to comment.