diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-22 00:47:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-22 00:50:24 +0200 |
commit | 151252f16f036bf277a0c1442b22b1c8750dcd8a (patch) | |
tree | 444e7c939ccc9b11f42af6e3329bfff8e05b24b7 /dev-python/djangorestframework | |
parent | dev-python/django-otp: Remove old (diff) | |
download | gentoo-151252f16f036bf277a0c1442b22b1c8750dcd8a.tar.gz gentoo-151252f16f036bf277a0c1442b22b1c8750dcd8a.tar.bz2 gentoo-151252f16f036bf277a0c1442b22b1c8750dcd8a.zip |
dev-python/djangorestframework: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/djangorestframework')
-rw-r--r-- | dev-python/djangorestframework/Manifest | 1 | ||||
-rw-r--r-- | dev-python/djangorestframework/djangorestframework-3.11.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest index be2af0c97d50..e4a66969576d 100644 --- a/dev-python/djangorestframework/Manifest +++ b/dev-python/djangorestframework/Manifest @@ -1,2 +1 @@ -DIST djangorestframework-3.11.0.tar.gz 791688 BLAKE2B 5a3cb8a25bd400d4e030bf960d227a2cfbf4fd306b0aab6f0f6bfec4dcfa59d566c3090ab660726a15f5fc36e0c93d3163008f7a64576af91448df7d1e3f4d87 SHA512 87f02919df6a136198e6551c6d525b3cc57299581f6c098258f81d7c9096b851b9fc2af64e8ffc161178ef811f50eb0d3f068697702b73601036ea33202bbee0 DIST djangorestframework-3.11.1.tar.gz 804357 BLAKE2B e069b7ccf60d124281f37e5533dcd28b9f4402ab7b875ff62d3c0aed72060d0ee40c5905f09225367da91a812b3be1d4bec47343b9643380c4f583ee70d8ea98 SHA512 3063441f965a98c2bdd8279d3fc300d45af032094590b097cfe31a28fdaaf1772391ae023d5229537c1f6e7ff01405e604123bf9c665cd902a26e1cf94a8785f diff --git a/dev-python/djangorestframework/djangorestframework-3.11.0.ebuild b/dev-python/djangorestframework/djangorestframework-3.11.0.ebuild deleted file mode 100644 index 45883f2ed256..000000000000 --- a/dev-python/djangorestframework/djangorestframework-3.11.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 - -DESCRIPTION="Web APIs with django made easy" -HOMEPAGE="https://www.django-rest-framework.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} -dev-python/setuptools[${PYTHON_USEDEP}]" |