commit:     7324be9691beb553601ed80bbb74963f75fbac5f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 18:13:38 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 18:15:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7324be96

dev-python/djangorestframework: 3.11.1 bump

Closes: https://bugs.gentoo.org/742485
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-python/djangorestframework/Manifest               |  1 +
 .../djangorestframework-3.11.1.ebuild                 | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/djangorestframework/Manifest 
b/dev-python/djangorestframework/Manifest
index 05c4d0f587d..be2af0c97d5 100644
--- a/dev-python/djangorestframework/Manifest
+++ b/dev-python/djangorestframework/Manifest
@@ -1 +1,2 @@
 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.1.ebuild 
b/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
new file mode 100644
index 00000000000..def354feb67
--- /dev/null
+++ b/dev-python/djangorestframework/djangorestframework-3.11.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+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}]"

Reply via email to