commit:     0cd89ed2c6855fcfacffdc22ffdfa3a1b396aca0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 06:38:57 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 06:45:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd89ed2

dev-python/python-dotenv: Bump to 0.19.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-dotenv/Manifest                  |  1 +
 .../python-dotenv/python-dotenv-0.19.1.ebuild      | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-dotenv/Manifest 
b/dev-python/python-dotenv/Manifest
index 0126ff81ac4..eb7fc91c589 100644
--- a/dev-python/python-dotenv/Manifest
+++ b/dev-python/python-dotenv/Manifest
@@ -1 +1,2 @@
 DIST python-dotenv-0.19.0.tar.gz 32016 BLAKE2B 
c9f499abf99b3af8aafe7285347e08e61e770b1a5ca9d9b0cdf9dc306367c3f0492dae814835b637c9fd3c25d81006f78cbcf8d2de18bf7dc917e1bcdb0cb544
 SHA512 
6207f30e79ce13ccacc00ab1a95a1613317c2cc6bd735060ddca558b498c9d5c1c46ba76d97cdbb282c0f2695aed9346159ecbe08aa8a7c4f143a65708182806
+DIST python-dotenv-0.19.1.tar.gz 31301 BLAKE2B 
665e7299d97a651663a1497d00cbbbe95c18d6b8b180c0a75dcbb693fcf8e35467e0e6433a94fdb6840766cce5ffe0a1b2d3cb434e91c243e88bcd6d2160dc9a
 SHA512 
3f82082fa619ea8bb6eec110f8926d8e28fd86f25ab9bf39e4b7263cd3074bda21f8159e2c3822d22c791e488f4f21f089afb990a3f4877e2bca087eccb634cc

diff --git a/dev-python/python-dotenv/python-dotenv-0.19.1.ebuild 
b/dev-python/python-dotenv/python-dotenv-0.19.1.ebuild
new file mode 100644
index 00000000000..30bf49aa59a
--- /dev/null
+++ b/dev-python/python-dotenv/python-dotenv-0.19.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Manage .env files"
+HOMEPAGE="https://github.com/theskumar/python-dotenv";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+       test? (
+               >=dev-python/click-5[${PYTHON_USEDEP}]
+               dev-python/ipython[${PYTHON_USEDEP}]
+               dev-python/mock[${PYTHON_USEDEP}]
+               >=dev-python/sh-1.09[${PYTHON_USEDEP}]
+       )"
+
+DOCS=( CHANGELOG.md README.md )
+
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.18.0-second-entrypoint.patch  # bug 798648
+)
+
+distutils_enable_tests --install pytest
+
+src_install() {
+       distutils-r1_src_install
+
+       # Avoid collision with dev-ruby/dotenv (bug #798648)
+       rm "${D}"/usr/bin/dotenv || die
+}

Reply via email to