commit:     be867af8af1ab2e335f01cca909c15c72b9c34a2
Author:     William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Fri Mar 15 20:37:58 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 22:08:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be867af8

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 <williamh <AT> gentoo.org>

 dev-python/djangorestframework/Manifest               |  1 +
 .../djangorestframework-3.9.2.ebuild                  | 19 +++++++++++++++++++
 dev-python/djangorestframework/metadata.xml           |  8 ++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/djangorestframework/Manifest 
b/dev-python/djangorestframework/Manifest
new file mode 100644
index 00000000000..f0ddcff8a37
--- /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 00000000000..745e84b017a
--- /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 00000000000..c36c37139fa
--- /dev/null
+++ b/dev-python/djangorestframework/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>willi...@gentoo.org</email>
+               <name>William Hubbs</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to