From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/djangorestframework/Manifest | 1 + .../djangorestframework-3.11.0.ebuild | 19 +++++++++++++++++++ dev-python/djangorestframework/metadata.xml | 9 +++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-python/djangorestframework/Manifest create mode 100644 dev-python/djangorestframework/djangorestframework-3.11.0.ebuild create mode 100644 dev-python/djangorestframework/metadata.xml (limited to 'dev-python/djangorestframework') diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest new file mode 100644 index 000000000000..05c4d0f587d6 --- /dev/null +++ b/dev-python/djangorestframework/Manifest @@ -0,0 +1 @@ +DIST djangorestframework-3.11.0.tar.gz 791688 BLAKE2B 5a3cb8a25bd400d4e030bf960d227a2cfbf4fd306b0aab6f0f6bfec4dcfa59d566c3090ab660726a15f5fc36e0c93d3163008f7a64576af91448df7d1e3f4d87 SHA512 87f02919df6a136198e6551c6d525b3cc57299581f6c098258f81d7c9096b851b9fc2af64e8ffc161178ef811f50eb0d3f068697702b73601036ea33202bbee0 diff --git a/dev-python/djangorestframework/djangorestframework-3.11.0.ebuild b/dev-python/djangorestframework/djangorestframework-3.11.0.ebuild new file mode 100644 index 000000000000..45883f2ed256 --- /dev/null +++ b/dev-python/djangorestframework/djangorestframework-3.11.0.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}]" diff --git a/dev-python/djangorestframework/metadata.xml b/dev-python/djangorestframework/metadata.xml new file mode 100644 index 000000000000..7f90cb6f614f --- /dev/null +++ b/dev-python/djangorestframework/metadata.xml @@ -0,0 +1,9 @@ + + + + + williamh@gentoo.org + William Hubbs + + gentoo-staging + -- cgit v1.3.1