diff options
author | William Hubbs <williamh@gentoo.org> | 2020-01-26 15:40:50 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-01-26 15:41:13 -0600 |
commit | 06d98d95f148061a1196c5223257e57a583329b6 (patch) | |
tree | 860cd4a9cbda951956ee9099d85ebd49f8e277e4 /dev-python/djangorestframework | |
parent | sci-electronics/eagle: depend on OpenSSL 1.1 (diff) | |
download | gentoo-06d98d95f148061a1196c5223257e57a583329b6.tar.gz gentoo-06d98d95f148061a1196c5223257e57a583329b6.tar.bz2 gentoo-06d98d95f148061a1196c5223257e57a583329b6.zip |
dev-python/djangorestframework: 3.10.3 bump
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/djangorestframework')
-rw-r--r-- | dev-python/djangorestframework/Manifest | 1 | ||||
-rw-r--r-- | dev-python/djangorestframework/djangorestframework-3.10.3.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest index 417da5aacefc..04c5a324a42a 100644 --- a/dev-python/djangorestframework/Manifest +++ b/dev-python/djangorestframework/Manifest @@ -1,2 +1,3 @@ +DIST djangorestframework-3.10.3.tar.gz 789009 BLAKE2B 93150e20d4c5f6190add87c0fe8e954a2baad55933234c4e1d128c345bd057afaa2a4caa603bb99de800d1ddf146fc7bef0f1bf09b90d44f5073df9805502cce SHA512 bd1a8c9dd639d34f88911cee4d02252e608c26cfec5f1c96ae3250f359c6c962612bf56718cd3d74d680b3733bcc86664b94c9241cbf184984a30827c34ba4d8 DIST djangorestframework-3.9.2.tar.gz 785546 BLAKE2B b00e502a483894bfcebb9075a2534a68d0c48093b60482dfd2fd3b5653731ba5d535259451fcdd2f25f16832ec9e5a6b5e13b5e43095f770b88a0f251525a69d SHA512 cf3b23de7b27bca082df571a2cfcb1c593bebd36830b60238a2efa794ded762b22444a00885acac7d97db393943063a9f7a81e9dd32628afa7f1308008520a76 DIST djangorestframework-3.9.4.tar.gz 779306 BLAKE2B 9ae955cf0145ad8b80b65d8b6d8f0b947e0e11ecb1b52939a1fd4d209d48d84a4d756d979596180c63f6caf25ff796503b0b3cc8237ec1bbf2d1787fae5a2863 SHA512 bfa269b1ca95c1d35d97f3fcdcf821778f2c2ba14ce79288b776ecff369922603ba9a2292a59ca8ad263eb3eef675420a2bb2e609e11e53e503a78bd365b2913 diff --git a/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild b/dev-python/djangorestframework/djangorestframework-3.10.3.ebuild new file mode 100644 index 000000000000..45883f2ed256 --- /dev/null +++ b/dev-python/djangorestframework/djangorestframework-3.10.3.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} ) +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}]" |