* [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/
@ 2017-12-02 20:09 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2017-12-02 20:09 UTC (permalink / raw
To: gentoo-commits
commit: b61cb440d9088c35cc9d52090b5abe07bf075a27
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 20:05:05 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 20:09:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61cb440
dev-python/pew: New package
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-python/pew/Manifest | 1 +
dev-python/pew/metadata.xml | 15 +++++++++++++++
dev-python/pew/pew-1.1.1.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-python/pew/Manifest b/dev-python/pew/Manifest
new file mode 100644
index 00000000000..26140e1b055
--- /dev/null
+++ b/dev-python/pew/Manifest
@@ -0,0 +1 @@
+DIST pew-1.1.1.tar.gz 19629 BLAKE2B 9db83eeee873c1a9a542372562cbadda37d6d5d52ed220c7018390291a96ae1adf7e168c4213cbcadad04a6cadb7115aed53eb7a8561a0ee0e58dc9137ac5257 SHA512 9b59ab51d4685b6203a944338d8fc5ab0ac65b442adb7861fb3f2ed7437ef8a02f1f87e234fc70124245625ac7992500c11e51902a98511015e90f1ac5e56b46
diff --git a/dev-python/pew/metadata.xml b/dev-python/pew/metadata.xml
new file mode 100644
index 00000000000..ad399639de1
--- /dev/null
+++ b/dev-python/pew/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pew</remote-id>
+ <maintainer status="unknown">
+ <email>berdario+pypi@gmail.com</email>
+ <name>Dario Bertini</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
new file mode 100644
index 00000000000..72bd343b173
--- /dev/null
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="tool to manage multiple virtualenvs written in pure python"
+HOMEPAGE="
+ https://github.com/berdario/pew
+ https://pypi.python.org/pypi/pew"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ >=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+ >=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}]
+ >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]
+ >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/
@ 2018-07-29 20:02 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-07-29 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 497f78ce2da4101c0ddea0e88eaa889ada56c3e5
Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
AuthorDate: Sat Jul 28 13:28:23 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 19:57:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497f78ce
dev-python/pew: Add shutilwhich dependency
Closes: https://bugs.gentoo.org/660998
Closes: https://github.com/gentoo/gentoo/pull/9333
dev-python/pew/pew-1.1.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 6522126be14..5c0c4ea5583 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,8 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
+ >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+ >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]
- >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]"
+ >=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/
@ 2018-11-10 14:25 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2018-11-10 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 44bb321f4d62575d8f2585a42c39d143886bd0d3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 14:23:32 2018 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 14:25:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bb321f
dev-python/pew: Add python3.7 support
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/pew/pew-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 5c0c4ea5583..b1256f212e9 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/
@ 2020-02-05 17:59 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-02-05 17:59 UTC (permalink / raw
To: gentoo-commits
commit: d43b520e290fcd955a72e13c81c4622c7e5c1bd5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 17:57:33 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 17:57:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43b520e
dev-python/pew: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pew/pew-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 9425c31e4b4..820b45fbbb7 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/
@ 2020-10-16 18:22 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-10-16 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 5d7e968d3954e1b6aa1284960d0e3d596311e685
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Oct 15 06:02:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 18:21:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7e968d
dev-python/pew: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748426
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pew/pew-1.1.1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/pew/pew-1.1.1.ebuild b/dev-python/pew/pew-1.1.1.ebuild
index 820b45fbbb7..e766feacb2d 100644
--- a/dev-python/pew/pew-1.1.1.ebuild
+++ b/dev-python/pew/pew-1.1.1.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -16,12 +17,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
- >=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+DEPEND=">=dev-python/pythonz-bd-1.11.2[${PYTHON_USEDEP}]
>=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-1.11.6[${PYTHON_USEDEP}]
>=dev-python/virtualenv-clone-0.2.5[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-10-16 18:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 18:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/pew/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 17:59 Michał Górny
2018-11-10 14:25 Justin Lecher
2018-07-29 20:02 Michał Górny
2017-12-02 20:09 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox