summaryrefslogtreecommitdiff
path: root/dev-python/characteristic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
commit81e4fbcb846ed1cabdad699c0029b166dd7273b7 (patch)
tree16f1236b7a386949c02a6e3c13d0fcd8298fa133 /dev-python/characteristic
parenta70f42c65202d88c203c40910fef8f96f333d1ee (diff)
gentoo resync : 03.01.2018
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r--dev-python/characteristic/Manifest4
-rw-r--r--dev-python/characteristic/characteristic-14.1.0.ebuild41
-rw-r--r--dev-python/characteristic/characteristic-14.3.0-r1.ebuild4
3 files changed, 3 insertions, 46 deletions
diff --git a/dev-python/characteristic/Manifest b/dev-python/characteristic/Manifest
index cdcf754aa5f7..a9d966cd8e05 100644
--- a/dev-python/characteristic/Manifest
+++ b/dev-python/characteristic/Manifest
@@ -1,5 +1,3 @@
-DIST characteristic-14.1.0.tar.gz 24612 BLAKE2B 19720a991602d1c0c41daf003feb16eeaddcec21b51cf60018c5efdb2092d99d37a89b7902f3db677dfe8436d3ae3e6c273234a18d4fc68d6f285825482d13b7 SHA512 21bb40814f405c73471a83e15d1cfb07f74ebd157e647799bedffffd3909271145347eaec8ec09470dddad7224d1a15e8984a75f1fce00bbe20f9e1cb385f9b9
DIST characteristic-14.3.0.tar.gz 26993 BLAKE2B a24548953451da77e08678b8a204c0fc649ebff52026aafc6f80037a65f527c9a2244273420b1ce76e3ac75778f48c11bc2344296cbf34ff1e9a1e82356d52f1 SHA512 e13a86f453cd3688a74188005b82a661a9c73d9f0408d9afe9e0575e69ffe87a5327f51e2c16a9c0a653b738e7c014d5aa08e353835f0aca7897714b7ae56e83
-EBUILD characteristic-14.1.0.ebuild 1106 BLAKE2B a9ab61569f7e77b2cfbf01d7eeb912040d0dffa2b615dbdb94ab772e3aba1882d5691c27bf1cadb277c70ae64d511a30cef554d2b3fe45e238cf515656da0138 SHA512 04cfa207d49779dd3edb9878de28cded4d9cefe55b6cdeb610bdf2d048601bebbabfe028624bfc0d6d541c2bbf6d9e27833c82c569bbe80759052bcf0cf8aecb
-EBUILD characteristic-14.3.0-r1.ebuild 1034 BLAKE2B c107a68a54b816c40bafde5369d961bed9609595c18cf669d8a398d728985045b6fdb6241da858815f9df2e48dcaa4185cd6bfe18700190084272cb0cf78855d SHA512 8b35b3de964529feec6611b74e3ea593cecb893e9c31b244b501e44a282c4b0e08cc34d083d66dc0bc3be4cf616d8e0e19af286420a9d9c4722b656d0ebe8d5e
+EBUILD characteristic-14.3.0-r1.ebuild 1038 BLAKE2B 8ac81175ffba9e44311ed80ee0bc2002011b27e2062e2782fda393fe8cb05e5bacda13c0c210a7e00e0d2dac5de736c4a274f716238bc35244a2f54853869395 SHA512 5c681179d1157b89d841e7947709dd4b6376746bf9dc5cb1cad02465510a68a7d6433306c8c4912693ce1c16d81ab2a3708a2041a1c7786973e0a708d1ecbdb6
MISC metadata.xml 389 BLAKE2B 0e2226a252bf0308d7bf33b34eee3f035bfd242736b91072eabd77e07216104961c45f8469dcfc3a8871cacb4ed619bebfd3443612bce85d1f2ec4d95a13dd21 SHA512 291bc593113bd6fa148fcb5f978ec1630808a0a6b4ec7fb40b00596c9cd2bd56357fa792af91243d96ac21fdab420d370c0d1f59570e739be22d81b8add56676
diff --git a/dev-python/characteristic/characteristic-14.1.0.ebuild b/dev-python/characteristic/characteristic-14.1.0.ebuild
deleted file mode 100644
index fb2a02327729..000000000000
--- a/dev-python/characteristic/characteristic-14.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python attributes without the boilerplate"
-HOMEPAGE="https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh x86"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}] )
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- # Prevent un-needed download during build
- sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- esetup.py test -a "--cov characteristic --cov-report term-missing"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
index e0f24b01e2eb..4bbc41b38bff 100644
--- a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
+++ b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1