Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dotenv/
Date: Tue, 30 Jun 2020 06:29:58
Message-Id: 1593498568.b35e33d7d032139080d4fdb3b2465a75611630ca.tastytea@gentoo
1 commit: b35e33d7d032139080d4fdb3b2465a75611630ca
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Jun 30 06:29:28 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Jun 30 06:29:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b35e33d7
7
8 dev-python/python-dotenv: Remove, package is in ::gentoo.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 dev-python/python-dotenv/Manifest | 1 -
13 dev-python/python-dotenv/metadata.xml | 13 ---------
14 .../python-dotenv/python-dotenv-0.13.0.ebuild | 33 ----------------------
15 3 files changed, 47 deletions(-)
16
17 diff --git a/dev-python/python-dotenv/Manifest b/dev-python/python-dotenv/Manifest
18 deleted file mode 100644
19 index 476e0a9..0000000
20 --- a/dev-python/python-dotenv/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST python-dotenv-0.13.0.tar.gz 28679 BLAKE2B 068c4cb499956a14bb4c310d2c9a63f4c33b6621efd11c231eeea2808951530fa6e7bd5356973c19f7ba6f3693434ca46bfadd065c7369f95014389badb2a00c SHA512 a7e725fd0fcb262f240a8f9eb6cf9b73560d799a10ec946cf901f960cbfa972396ead1aca833808a1675ebaec0b89720c32b2fe957ef9805faa942b0df1a9608
24
25 diff --git a/dev-python/python-dotenv/metadata.xml b/dev-python/python-dotenv/metadata.xml
26 deleted file mode 100644
27 index 384f191..0000000
28 --- a/dev-python/python-dotenv/metadata.xml
29 +++ /dev/null
30 @@ -1,13 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -
34 -<pkgmetadata>
35 - <maintainer type="person">
36 - <email>andrewammerlaan@××××××.net</email>
37 - <name>Andrew Ammerlaan</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="github">theskumar/python-dotenv</remote-id>
41 - <remote-id type="pypi">python-dotenv</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/python-dotenv/python-dotenv-0.13.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.13.0.ebuild
46 deleted file mode 100644
47 index 746e037..0000000
48 --- a/dev-python/python-dotenv/python-dotenv-0.13.0.ebuild
49 +++ /dev/null
50 @@ -1,33 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -
56 -PYTHON_COMPAT=( python3_{6,7} )
57 -
58 -DISTUTILS_USE_SETUPTOOLS=rdepend
59 -
60 -inherit distutils-r1
61 -
62 -# Some failures, likely an incompatibility with newer versions of sh (no old in ::gentoo)
63 -RESTRICT="test"
64 -
65 -DESCRIPTION="Get and set values in your .env file in local and production servers"
66 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
67 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
68 -
69 -LICENSE="BSD"
70 -KEYWORDS="~amd64 ~x86"
71 -SLOT="0"
72 -
73 -distutils_enable_tests pytest
74 -
75 -DEPEND="test? (
76 - dev-python/ipython[${PYTHON_USEDEP}]
77 - dev-python/mock[${PYTHON_USEDEP}]
78 - dev-python/sh[${PYTHON_USEDEP}]
79 -)"
80 -
81 -RDEPEND="
82 - dev-python/click[${PYTHON_USEDEP}]
83 -"