From be867af8af1ab2e335f01cca909c15c72b9c34a2 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 15 Mar 2019 15:37:58 -0500 Subject: dev-python/djangorestframework: Web APIs with django made easy Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: William Hubbs --- dev-python/djangorestframework/Manifest | 1 + .../djangorestframework-3.9.2.ebuild | 19 +++++++++++++++++++ dev-python/djangorestframework/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 dev-python/djangorestframework/Manifest create mode 100644 dev-python/djangorestframework/djangorestframework-3.9.2.ebuild create mode 100644 dev-python/djangorestframework/metadata.xml (limited to 'dev-python') diff --git a/dev-python/djangorestframework/Manifest b/dev-python/djangorestframework/Manifest new file mode 100644 index 000000000000..f0ddcff8a374 --- /dev/null +++ b/dev-python/djangorestframework/Manifest @@ -0,0 +1 @@ +DIST djangorestframework-3.9.2.tar.gz 785546 BLAKE2B b00e502a483894bfcebb9075a2534a68d0c48093b60482dfd2fd3b5653731ba5d535259451fcdd2f25f16832ec9e5a6b5e13b5e43095f770b88a0f251525a69d SHA512 cf3b23de7b27bca082df571a2cfcb1c593bebd36830b60238a2efa794ded762b22444a00885acac7d97db393943063a9f7a81e9dd32628afa7f1308008520a76 diff --git a/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild new file mode 100644 index 000000000000..745e84b017a7 --- /dev/null +++ b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,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..c36c37139fad --- /dev/null +++ b/dev-python/djangorestframework/metadata.xml @@ -0,0 +1,8 @@ + + + + + williamh@gentoo.org + William Hubbs + + -- cgit v1.2.3-65-gdbad