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: Fri, 30 Apr 2021 15:50:42
Message-Id: 1619797806.6b631b94e3598bfdaed15175ac81e037cd72e3f3.mgorny@gentoo
1 commit: 6b631b94e3598bfdaed15175ac81e037cd72e3f3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 15:49:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 15:50:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b631b94
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 | 3 --
13 .../python-dotenv/python-dotenv-0.15.0.ebuild | 36 ----------------------
14 .../python-dotenv/python-dotenv-0.16.0.ebuild | 29 -----------------
15 .../python-dotenv/python-dotenv-0.17.0.ebuild | 29 -----------------
16 4 files changed, 97 deletions(-)
17
18 diff --git a/dev-python/python-dotenv/Manifest b/dev-python/python-dotenv/Manifest
19 index f05bed51232..6593848bcdb 100644
20 --- a/dev-python/python-dotenv/Manifest
21 +++ b/dev-python/python-dotenv/Manifest
22 @@ -1,4 +1 @@
23 -DIST python-dotenv-0.15.0.tar.gz 30008 BLAKE2B 1a406145f0d0497aa037dc95b80fb04854b2889ba4014e4689a24b142d5d71c49d24ac60406f8b2dc873e661c19e36604ef58eb03c7bc9f890f6d4561be199a6 SHA512 f1f16d2688041259027b12920ac5f47c2d1d96cfc3ec8a362a05ddfb13fee2cf4926c20ad38eda521fcafb6eef8d7895d86dedadef1b1ea2ecd7e33734b07cbe
24 -DIST python-dotenv-0.16.0.tar.gz 30903 BLAKE2B 10a737d819bbede558ef87e79b64c4347d05e3dc2bcf76877daf2f3a7afe80230dc95bd2667a7ab6adaad3507d3e55d061b1b43f09f1710778683e79c5aef928 SHA512 8025e3c1e3c2eb5276b13716f3f2f002151c699fa9837d61762fb8bc8b5fe9b58498905ff1689bc62c49612b8d81066e80e0a289164451f5b757bdc6bc0c46eb
25 -DIST python-dotenv-0.17.0.tar.gz 31388 BLAKE2B 1b87a0e1cee4444c6bb929e6f3d859aa032da6105666fd48627987295730e1ffbb233197bdd339996a6ab4259ec313bfa76683c7bbcfc82e39ef02556ff45119 SHA512 77e260c2f39c4f6e7cf030ff2617045a50961d031918e11e1c1711693ab41243de9b14657b3f9e8c76799326af51911da4b034728c5011be7784ebf968f08108
26 DIST python-dotenv-0.17.1.tar.gz 31608 BLAKE2B fdddfa1c39282ceec03fc1569d9a7d038e91a046a1248dd27af011dc60361f06f5324504d623a6109d783bb3b5ccac7cae758d918b17f5b0c65a1085bda627ea SHA512 42cdca1356ac2ad80884a5bf3ed419d1202d6a54746f7a21dc9c1bc7579383ac5c72e8b708bc33dfea3904228125fe7b3b2190bfe53e8b4767f5223d59050417
27
28 diff --git a/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild
29 deleted file mode 100644
30 index ff88ef01a11..00000000000
31 --- a/dev-python/python-dotenv/python-dotenv-0.15.0.ebuild
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Manage .env files"
45 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="amd64 arm64 ~x86"
51 -IUSE="test"
52 -
53 -DEPEND="test? (
54 - >=dev-python/click-5[${PYTHON_USEDEP}]
55 - dev-python/ipython[${PYTHON_USEDEP}]
56 - dev-python/mock[${PYTHON_USEDEP}]
57 - >=dev-python/sh-1.09[${PYTHON_USEDEP}]
58 - )"
59 -
60 -DOCS=( CHANGELOG.md README.md )
61 -
62 -distutils_enable_tests pytest
63 -
64 -python_test() {
65 - # Tests call the "dotenv" command which needs to be in PATH
66 - # https://bugs.gentoo.org/743784
67 - distutils_install_for_testing
68 - pytest -vv || die "Tests fail with ${EPYTHON}"
69 -}
70
71 diff --git a/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild
72 deleted file mode 100644
73 index 400dad458bc..00000000000
74 --- a/dev-python/python-dotenv/python-dotenv-0.16.0.ebuild
75 +++ /dev/null
76 @@ -1,29 +0,0 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=7
81 -
82 -PYTHON_COMPAT=( python3_{7..9} )
83 -DISTUTILS_USE_SETUPTOOLS=rdepend
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="Manage .env files"
88 -HOMEPAGE="https://github.com/theskumar/python-dotenv"
89 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
90 -
91 -LICENSE="BSD"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~arm64 ~x86"
94 -
95 -DEPEND="
96 - test? (
97 - >=dev-python/click-5[${PYTHON_USEDEP}]
98 - dev-python/ipython[${PYTHON_USEDEP}]
99 - dev-python/mock[${PYTHON_USEDEP}]
100 - >=dev-python/sh-1.09[${PYTHON_USEDEP}]
101 - )"
102 -
103 -DOCS=( CHANGELOG.md README.md )
104 -
105 -distutils_enable_tests --install pytest
106
107 diff --git a/dev-python/python-dotenv/python-dotenv-0.17.0.ebuild b/dev-python/python-dotenv/python-dotenv-0.17.0.ebuild
108 deleted file mode 100644
109 index 400dad458bc..00000000000
110 --- a/dev-python/python-dotenv/python-dotenv-0.17.0.ebuild
111 +++ /dev/null
112 @@ -1,29 +0,0 @@
113 -# Copyright 1999-2021 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=7
117 -
118 -PYTHON_COMPAT=( python3_{7..9} )
119 -DISTUTILS_USE_SETUPTOOLS=rdepend
120 -
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 ~arm64 ~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 -
139 -DOCS=( CHANGELOG.md README.md )
140 -
141 -distutils_enable_tests --install pytest