diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/positional | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/positional')
-rw-r--r-- | dev-python/positional/Manifest | 7 | ||||
-rw-r--r-- | dev-python/positional/metadata.xml | 15 | ||||
-rw-r--r-- | dev-python/positional/positional-1.0.1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/positional/positional-1.1.1.ebuild | 21 | ||||
-rw-r--r-- | dev-python/positional/positional-1.1.2.ebuild | 21 |
5 files changed, 84 insertions, 0 deletions
diff --git a/dev-python/positional/Manifest b/dev-python/positional/Manifest new file mode 100644 index 000000000000..b50d60c8eac6 --- /dev/null +++ b/dev-python/positional/Manifest @@ -0,0 +1,7 @@ +DIST positional-1.0.1.tar.gz 16398 BLAKE2B 83797cbae3ae19dc953da46cb539b3eeaed533cbc9a13f46594afff0f869c35f40eca093160381cd23c28f0004dcb3b39e07ad94851925f1c7adc4c8b42e9daa SHA512 1071100fdc3d05520d452ef74a3294c7b16f84f41aac04ebd85fddcbbac58564e7ee836ac2a73af732b137bdf857efbfd15351e913afcdc88885d1b820183699 +DIST positional-1.1.1.tar.gz 15987 BLAKE2B ecc96b1df800a4a5a18e5baa048c1323e66cad0176bda70eee36f47173b8b711416af925e59c839288bbc3c9f2a32a5569978450506b29990b886a44ca5aa889 SHA512 6bb8984c5a31081a97be3be1eff2d62747e829f7f4d1e6e973ab00e8baae3552ff996500a343b58986bb70399c99026284fd59185b3452dc2b9165e8276eefba +DIST positional-1.1.2.tar.gz 16434 BLAKE2B e54e7e7ae0543780578272705ac6cc27d6df0bd29220f3ad2cf6f850972b6d5ccf7c29e81f889e06d3f718664557ce06a0fdab1300f4d423bd8c9289f4dbf374 SHA512 864f6c505edea1a0639a97aeae554cbb9cf0141c3c175b836489b6f258d53f6d306e915bd75d6cb7c61f6eda9d36afaef1fdf0cd2f8afa61a6e797b1c81c8cb5 +EBUILD positional-1.0.1.ebuild 589 BLAKE2B b6fa110fd16b262a9a8874bfe3038cd5474c82a354ae070eb39fed5dc63efbc5787a4e5e234ae5a2b790baddfd87b2b7d79f14f21b1c28d9ecf34c8789213f78 SHA512 79a65e125d9173a513a8d8a0b303735c7e28ef1cbe43c7f28f1fcfafb8fd25ee021c90247e1d554aa5da4d3d1e7672fb0df5f7b3c7c0f4abe772d4ae6b5afc62 +EBUILD positional-1.1.1.ebuild 621 BLAKE2B 2bcb03e1779274cec1ec83aaca4673a03ecf4bf0107e104af6b174775a33a3ade84836f70e267f9d9ff82bde544d595a754ff9bde4e114cd9b17151dd2938841 SHA512 fedf79b30dbfeeaa9d6c39eb728ca32f2f628824769ae5448d1113957caa2ba385e0b5752387146357889fa03b32add404aec2670b3b690a422856c617b35059 +EBUILD positional-1.1.2.ebuild 621 BLAKE2B 2bcb03e1779274cec1ec83aaca4673a03ecf4bf0107e104af6b174775a33a3ade84836f70e267f9d9ff82bde544d595a754ff9bde4e114cd9b17151dd2938841 SHA512 fedf79b30dbfeeaa9d6c39eb728ca32f2f628824769ae5448d1113957caa2ba385e0b5752387146357889fa03b32add404aec2670b3b690a422856c617b35059 +MISC metadata.xml 513 BLAKE2B 938c5bd1c134e441a40adf90891709ff5b33172d402e221a70855635d6759c5b9f31d92266e5898d1f30736d8b6b1ea3f0d435f1a745412f51da4e754c826d08 SHA512 3279a282ce690d0025b82a1ba42298304fd375388afea2b7cfc0981da82a78002077df6c8b3cdf8d6b857872b97e25a1f37312cae5a473fe12f1cd6a50ccdeb9 diff --git a/dev-python/positional/metadata.xml b/dev-python/positional/metadata.xml new file mode 100644 index 000000000000..e59bef8d91cf --- /dev/null +++ b/dev-python/positional/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="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> + <upstream> + <remote-id type="github">morganfainberg/positional</remote-id> + <remote-id type="pypi">positional</remote-id> + </upstream> +</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 000000000000..85a9c7ced394 --- /dev/null +++ b/dev-python/positional/positional-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 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}]" diff --git a/dev-python/positional/positional-1.1.1.ebuild b/dev-python/positional/positional-1.1.1.ebuild new file mode 100644 index 000000000000..b27fc4f42e33 --- /dev/null +++ b/dev-python/positional/positional-1.1.1.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}]" 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 000000000000..b27fc4f42e33 --- /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}]" |