commit:     d217e2af7a9f134f6e521ec58f55a41bf38e960d
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  9 20:46:35 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr  9 21:24:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217e2af

dev-python/environs: Initial import

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/environs/Manifest              |  1 +
 dev-python/environs/environs-9.3.2.ebuild | 32 +++++++++++++++++++++++++++++++
 dev-python/environs/metadata.xml          | 13 +++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
new file mode 100644
index 00000000000..c3c1a65d350
--- /dev/null
+++ b/dev-python/environs/Manifest
@@ -0,0 +1 @@
+DIST environs-9.3.2.tar.gz 22350 BLAKE2B 
f6b124e7918f305e55c3aecaa6349f1606f7d9e7e38fd03c02b796f647e140234fbb526d5e091dcf6510aeb0bb158af5d59df7368abc1e6046bd5eb68c5051c3
 SHA512 
68c411839995df5fc164d151dd85f0fe78c6a592c59b2f0eec2c7ddd7778c1863901b981224c1fc7a0e3cd26be235ea5107affeec4dac0d58ffd93b5363e857c

diff --git a/dev-python/environs/environs-9.3.2.ebuild 
b/dev-python/environs/environs-9.3.2.ebuild
new file mode 100644
index 00000000000..5dbd5eea487
--- /dev/null
+++ b/dev-python/environs/environs-9.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for simplified environment variable parsing"
+HOMEPAGE="https://github.com/sloria/environs";
+SRC_URI="https://github.com/sloria/environs/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RDEPEND="
+       dev-python/python-dotenv[${PYTHON_USEDEP}]
+       dev-python/marshmallow[${PYTHON_USEDEP}]
+"
+DEPEND="
+       ${RDEPEND}
+       test? (
+               dev-python/django-cache-url[${PYTHON_USEDEP}]
+               dev-python/dj-database-url[${PYTHON_USEDEP}]
+               dev-python/dj-email-url[${PYTHON_USEDEP}]
+       )
+"
+distutils_enable_tests pytest
+DOCS=( CHANGELOG.md CONTRIBUTING.md README.md  )

diff --git a/dev-python/environs/metadata.xml b/dev-python/environs/metadata.xml
new file mode 100644
index 00000000000..5cfabb2808f
--- /dev/null
+++ b/dev-python/environs/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Zac Medico</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <remote-id type="pypi">environs</remote-id>
+               <remote-id type="github">sloria/environs</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to