Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dotenv/
Date: Sun, 12 Sep 2021 07:44:07
Message-Id: 1631432423.047ea8191fcaf98ec5544cd0fba71fa4cf71292a.mgorny@gentoo
1 commit: 047ea8191fcaf98ec5544cd0fba71fa4cf71292a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:40:23 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:40:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047ea819
7
8 dev-python/python-dotenv: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-dotenv/Manifest | 2 --
13 .../python-dotenv/python-dotenv-0.17.1.ebuild | 30 -----------------
14 .../python-dotenv/python-dotenv-0.18.0-r1.ebuild | 38 ----------------------
15 .../python-dotenv/python-dotenv-0.18.0.ebuild | 28 ----------------
16 4 files changed, 98 deletions(-)
17
18 diff --git a/dev-python/python-dotenv/Manifest b/dev-python/python-dotenv/Manifest
19 index fd8a0163902..0126ff81ac4 100644
20 --- a/dev-python/python-dotenv/Manifest
21 +++ b/dev-python/python-dotenv/Manifest
22 @@ -1,3 +1 @@
23 -DIST python-dotenv-0.17.1.tar.gz 31608 BLAKE2B fdddfa1c39282ceec03fc1569d9a7d038e91a046a1248dd27af011dc60361f06f5324504d623a6109d783bb3b5ccac7cae758d918b17f5b0c65a1085bda627ea SHA512 42cdca1356ac2ad80884a5bf3ed419d1202d6a54746f7a21dc9c1bc7579383ac5c72e8b708bc33dfea3904228125fe7b3b2190bfe53e8b4767f5223d59050417
24 -DIST python-dotenv-0.18.0.tar.gz 32242 BLAKE2B 6cbef7ea7278a3114b3eaea2ede0c68e2c6dcc3868f655dbcad9596ea6e1ec0b9f5d183a73fda32e53d348ae23c11ca3f9d2e8eadd974eea4dd13903b9f9c845 SHA512 4b120ee45602ce703ee360fb5af07a8854bcb1ecd9084057e00324b152cf230fa6f065b374b6eebbfb7069b32762624ea61dd5d2fa6ac62cb7e3a2bb6ddfc1ed
25 DIST python-dotenv-0.19.0.tar.gz 32016 BLAKE2B c9f499abf99b3af8aafe7285347e08e61e770b1a5ca9d9b0cdf9dc306367c3f0492dae814835b637c9fd3c25d81006f78cbcf8d2de18bf7dc917e1bcdb0cb544 SHA512 6207f30e79ce13ccacc00ab1a95a1613317c2cc6bd735060ddca558b498c9d5c1c46ba76d97cdbb282c0f2695aed9346159ecbe08aa8a7c4f143a65708182806
26
27 diff --git a/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild b/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild
28 deleted file mode 100644
29 index eabf304977a..00000000000
30 --- a/dev-python/python-dotenv/python-dotenv-0.17.1.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Manage .env files"
44 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm arm64 ~sparc ~x86"
50 -
51 -DEPEND="
52 - test? (
53 - >=dev-python/click-5[${PYTHON_USEDEP}]
54 - dev-python/ipython[${PYTHON_USEDEP}]
55 - dev-python/mock[${PYTHON_USEDEP}]
56 - >=dev-python/sh-1.09[${PYTHON_USEDEP}]
57 - )"
58 -RDEPEND="!dev-ruby/dotenv" # bug 798648
59 -
60 -DOCS=( CHANGELOG.md README.md )
61 -
62 -distutils_enable_tests --install pytest
63
64 diff --git a/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild b/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
65 deleted file mode 100644
66 index 58cab898924..00000000000
67 --- a/dev-python/python-dotenv/python-dotenv-0.18.0-r1.ebuild
68 +++ /dev/null
69 @@ -1,38 +0,0 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -PYTHON_COMPAT=( python3_{8..10} )
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="Manage .env files"
79 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
85 -
86 -DEPEND="
87 - test? (
88 - >=dev-python/click-5[${PYTHON_USEDEP}]
89 - dev-python/ipython[${PYTHON_USEDEP}]
90 - dev-python/mock[${PYTHON_USEDEP}]
91 - >=dev-python/sh-1.09[${PYTHON_USEDEP}]
92 - )"
93 -
94 -DOCS=( CHANGELOG.md README.md )
95 -
96 -PATCHES=(
97 - "${FILESDIR}"/${PN}-0.18.0-second-entrypoint.patch # bug 798648
98 -)
99 -
100 -distutils_enable_tests --install pytest
101 -
102 -src_install() {
103 - distutils-r1_src_install
104 -
105 - # Avoid collision with dev-ruby/dotenv (bug #798648)
106 - rm "${D}"/usr/bin/dotenv || die
107 -}
108
109 diff --git a/dev-python/python-dotenv/python-dotenv-0.18.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.18.0.ebuild
110 deleted file mode 100644
111 index e412eed05fb..00000000000
112 --- a/dev-python/python-dotenv/python-dotenv-0.18.0.ebuild
113 +++ /dev/null
114 @@ -1,28 +0,0 @@
115 -# Copyright 1999-2021 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=7
119 -
120 -PYTHON_COMPAT=( python3_{8..9} )
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Manage .env files"
124 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
125 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
126 -
127 -LICENSE="BSD"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
130 -
131 -DEPEND="
132 - test? (
133 - >=dev-python/click-5[${PYTHON_USEDEP}]
134 - dev-python/ipython[${PYTHON_USEDEP}]
135 - dev-python/mock[${PYTHON_USEDEP}]
136 - >=dev-python/sh-1.09[${PYTHON_USEDEP}]
137 - )"
138 -RDEPEND="!dev-ruby/dotenv" # bug 798648
139 -
140 -DOCS=( CHANGELOG.md README.md )
141 -
142 -distutils_enable_tests --install pytest