* [gentoo-commits] repo/gentoo:master commit in: dev-python/positional/
@ 2016-03-25 4:51 Matt Thode
0 siblings, 0 replies; 4+ messages in thread
From: Matt Thode @ 2016-03-25 4:51 UTC (permalink / raw
To: gentoo-commits
commit: 903f2f2102b51f68c8a7dc7b13f5aaf562b7f2c4
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 04:49:48 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 04:49:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903f2f21
dev-python/positional: adding for openstack mitaka
Package-Manager: portage-2.2.26
dev-python/positional/Manifest | 1 +
dev-python/positional/metadata.xml | 11 +++++++++++
dev-python/positional/positional-1.0.1.ebuild | 21 +++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/positional/Manifest b/dev-python/positional/Manifest
new file mode 100644
index 0000000..af74b2d
--- /dev/null
+++ b/dev-python/positional/Manifest
@@ -0,0 +1 @@
+DIST positional-1.0.1.tar.gz 16398 SHA256 54a73f3593c6e30e9cdd0a727503b7c5dddbb75fb78bb681614b08dfde2bc444 SHA512 1071100fdc3d05520d452ef74a3294c7b16f84f41aac04ebd85fddcbbac58564e7ee836ac2a73af732b137bdf857efbfd15351e913afcdc88885d1b820183699 WHIRLPOOL 1a2a4ac9cc247f4e100f3acd55353d69b3adb79ed610bcc0a81f60816725ce66e60c258561dbbdcb98f42f11b3872873a956e6be838d0eae005918f621f2341f
diff --git a/dev-python/positional/metadata.xml b/dev-python/positional/metadata.xml
new file mode 100644
index 0000000..1458e7a
--- /dev/null
+++ b/dev-python/positional/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ A decorator which enforces only some args may be passed positionally.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/positional/positional-1.0.1.ebuild b/dev-python/positional/positional-1.0.1.ebuild
new file mode 100644
index 0000000..037652a
--- /dev/null
+++ b/dev-python/positional/positional-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A decorator which enforces only some args may be passed positionally."
+HOMEPAGE="https://github.com/morganfainberg/positional"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/positional/
@ 2017-02-27 4:52 Zac Medico
0 siblings, 0 replies; 4+ messages in thread
From: Zac Medico @ 2017-02-27 4:52 UTC (permalink / raw
To: gentoo-commits
commit: b1309de3a546486aa275b3da17e3d3960530ad2a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:51:42 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 04:52:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1309de3
dev-python/positional: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/positional/positional-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/positional/positional-1.1.1.ebuild b/dev-python/positional/positional-1.1.1.ebuild
index 2e8c9fca13..28a483490d 100644
--- a/dev-python/positional/positional-1.1.1.ebuild
+++ b/dev-python/positional/positional-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/positional/
@ 2017-08-28 0:47 Matt Thode
0 siblings, 0 replies; 4+ messages in thread
From: Matt Thode @ 2017-08-28 0:47 UTC (permalink / raw
To: gentoo-commits
commit: c4aefff78ca1c68581d1535d586aada74d1dba8c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 00:06:16 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 00:46:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4aefff7
dev-python/positional: 1.1.2 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/positional/Manifest | 1 +
dev-python/positional/positional-1.1.2.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-python/positional/Manifest b/dev-python/positional/Manifest
index ee1e44ffb24..c71cc479550 100644
--- a/dev-python/positional/Manifest
+++ b/dev-python/positional/Manifest
@@ -1,2 +1,3 @@
DIST positional-1.0.1.tar.gz 16398 SHA256 54a73f3593c6e30e9cdd0a727503b7c5dddbb75fb78bb681614b08dfde2bc444 SHA512 1071100fdc3d05520d452ef74a3294c7b16f84f41aac04ebd85fddcbbac58564e7ee836ac2a73af732b137bdf857efbfd15351e913afcdc88885d1b820183699 WHIRLPOOL 1a2a4ac9cc247f4e100f3acd55353d69b3adb79ed610bcc0a81f60816725ce66e60c258561dbbdcb98f42f11b3872873a956e6be838d0eae005918f621f2341f
DIST positional-1.1.1.tar.gz 15987 SHA256 ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0 SHA512 6bb8984c5a31081a97be3be1eff2d62747e829f7f4d1e6e973ab00e8baae3552ff996500a343b58986bb70399c99026284fd59185b3452dc2b9165e8276eefba WHIRLPOOL 99bee25ec30a1a99a8799ad8edd59fa64cdc37341242f51d865f09ae1999f5cc6b31059701737618533bf30b1deca8f1d067800c8c2b2ef83bed6c4007724445
+DIST positional-1.1.2.tar.gz 16434 SHA256 14e5b502bad1bbccade474602ac773bd9d88aaf3b016985747ea992567f9597b SHA512 864f6c505edea1a0639a97aeae554cbb9cf0141c3c175b836489b6f258d53f6d306e915bd75d6cb7c61f6eda9d36afaef1fdf0cd2f8afa61a6e797b1c81c8cb5 WHIRLPOOL bbc819c2df0c46515a1b0d3b8ad9229a5da632ecb4aa3d367d2fbb21213499f34711ff1b1adb0d71c3cb637651ac25c8432d4edf505eefb4af1fa566779ece1c
diff --git a/dev-python/positional/positional-1.1.2.ebuild b/dev-python/positional/positional-1.1.2.ebuild
new file mode 100644
index 00000000000..21d6c5f5ead
--- /dev/null
+++ b/dev-python/positional/positional-1.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A decorator which enforces only some args may be passed positionally."
+HOMEPAGE="https://github.com/morganfainberg/positional"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+ dev-python/wrapt[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/positional/
@ 2020-02-05 19:12 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-05 19:12 UTC (permalink / raw
To: gentoo-commits
commit: ba5c0a71a613a682d895aef5a3f61698f859658e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 18:58:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:12:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5c0a71
dev-python/positional: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/positional/positional-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/positional/positional-1.1.2.ebuild b/dev-python/positional/positional-1.1.2.ebuild
index 4a97388ea26..d8e538d5d00 100644
--- a/dev-python/positional/positional-1.1.2.ebuild
+++ b/dev-python/positional/positional-1.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-05 19:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 4:51 [gentoo-commits] repo/gentoo:master commit in: dev-python/positional/ Matt Thode
-- strict thread matches above, loose matches on Subject: below --
2017-02-27 4:52 Zac Medico
2017-08-28 0:47 Matt Thode
2020-02-05 19:12 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox