summaryrefslogtreecommitdiff
path: root/dev-python/environs
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-10 01:49:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-10 01:49:00 +0000
commitbf3d34248fe6ea7786aba6b2763dcf4fa111cb82 (patch)
tree8a79794f7f5368f4118fe20e0d3f524dc5831e00 /dev-python/environs
parent809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6 (diff)
downloadbaldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.gz
baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.tar.xz
baldeagleos-repo-bf3d34248fe6ea7786aba6b2763dcf4fa111cb82.zip
Adding metadata
Diffstat (limited to 'dev-python/environs')
-rw-r--r--dev-python/environs/Manifest1
-rw-r--r--dev-python/environs/environs-9.3.2.ebuild32
-rw-r--r--dev-python/environs/metadata.xml14
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
new file mode 100644
index 000000000000..c3c1a65d3505
--- /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 000000000000..ec6a8284ab95
--- /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_{6,7,8,9,10} )
+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 000000000000..4f5098fb7541
--- /dev/null
+++ b/dev-python/environs/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">environs</remote-id>
+ <remote-id type="github">sloria/environs</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file