diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-06-02 07:59:33 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-06-02 08:46:33 +0200 |
commit | c820d5757bc23f79d91f64fbd76c2f1ad341904a (patch) | |
tree | 60e5c6de7e6162f0e6e7bb1841d01532463c9956 | |
parent | dev-python/aldryn-search: drop old (diff) | |
download | gentoo-c820d5757bc23f79d91f64fbd76c2f1ad341904a.tar.gz gentoo-c820d5757bc23f79d91f64fbd76c2f1ad341904a.tar.bz2 gentoo-c820d5757bc23f79d91f64fbd76c2f1ad341904a.zip |
dev-python/djangocms-video: drop old
Also added PYTHON_USEDEP for PDEPEND
Package-Manager: Portage-2.3.6, Repoman-2.3.2
4 files changed, 1 insertions, 49 deletions
diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest index 56084a4be426..120d28f26eec 100644 --- a/dev-python/djangocms-video/Manifest +++ b/dev-python/djangocms-video/Manifest @@ -1,3 +1 @@ -DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d -DIST djangocms-video-1.0.0.tar.gz 43664 SHA256 cae5d9b54305eb72c73692a177a63dcc86b8366cd6f170f1262139e25e564b4c SHA512 d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf WHIRLPOOL 0968e4325c5098e58eea111784dad1065cc2eda65ed7b4ebada6607a1556960c39d13714f4b2d138b5f4cae7860fcd44be8c7506737ce5b2ce0aee7dc5daad3c DIST djangocms-video-2.0.2.tar.gz 25416 SHA256 0bb08bbf067bffc227cd4349e9b67d52dccaf8d4397fcf96a08b68a577a0ca68 SHA512 d2ab6196a02c41f0995c5b4898f357dda215f7307675fe622b90c58cc14f0e3a8fe5a6e8da1df073bd9426d1186ba5f68de747797ac9b66ef98a32d46ba567e0 WHIRLPOOL 9035014d2d8608696badcead78837deac674f1d18c27ecf9c18ef717bf4eb42c768148e34d0657d10c63791a1fbe269c38f317aa14f3798e711b0c7857119b97 diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild deleted file mode 100644 index 2342a160af4f..000000000000 --- a/dev-python/djangocms-video/djangocms-video-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Video plugin for django CMS" -HOMEPAGE="https://pypi.python.org/pypi/djangocms-video" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild b/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild deleted file mode 100644 index 1a588e2c7353..000000000000 --- a/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Video plugin for django CMS" -HOMEPAGE="https://pypi.python.org/pypi/djangocms-video" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND=" - ${RDEPEND} - dev-python/setuptools -" diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild index 0daf5f20e92d..7fd40ffece84 100644 --- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild +++ b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild @@ -24,7 +24,7 @@ DEPEND=" ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " -PDEPEND=">=dev-python/django-cms-3.2.0" +PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]" src_prepare() { sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py" |