From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- dev-python/chump/Manifest | 4 ++-- dev-python/chump/chump-1.5.1.ebuild | 18 ------------------ dev-python/chump/chump-1.6.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 20 deletions(-) delete mode 100644 dev-python/chump/chump-1.5.1.ebuild create mode 100644 dev-python/chump/chump-1.6.0.ebuild (limited to 'dev-python/chump') diff --git a/dev-python/chump/Manifest b/dev-python/chump/Manifest index e6f3af3876c4..5819e83fa929 100644 --- a/dev-python/chump/Manifest +++ b/dev-python/chump/Manifest @@ -1,5 +1,5 @@ -DIST chump-1.5.1.tar.gz 9370 BLAKE2B 28c7280aa0fa3fb81a4981ea3892533eb0af6f1655c41bdf8f250ea78806eac7b3d5f21143af83f22b8063913185e77774eb7be2b8ff2bbe5371c690f726acb5 SHA512 778e043e4641b433a03860f1b1b144cdd34d0f79fb20ec0801cea1e1473eade8dd5211ffca391a57eb1f01456ec33cef4db6359839e7e39eab169411d00471e3 DIST chump-1.5.2.tar.gz 12920 BLAKE2B 5fde4774009ebda37e7a9f9c9cfedea3d4e19a9be1aeb165dd867a8ec8cc69385855c22763bc822d3a65d76c70cfe7ef41e4761319dbfaca9587301570765a8d SHA512 6b836bac1ab38c88084f9d6608a9ed88b305847faabcf5de6c13d587e91dc92b21334877cb9290dd56873de40be92f31f2bab3a345c7a7e62259004f5762cda4 -EBUILD chump-1.5.1.ebuild 419 BLAKE2B 4584adc7eff2f07e83815579dab491a2ea8ae7749d7631a1275f3092eeaae19f173cd36cd3923c8ce66167825846c00e736f3ad3962acc84c2c9805d98aacedf SHA512 8baaa8979f9a129254de02747d06f8300def23aefdeccb1a3c10c68eec07f996ccef683aeeb1ec5006c4b5704208b519dbff4f430430018d07dc322f875f96da +DIST chump-1.6.0.tar.gz 15646 BLAKE2B 8cab76e633fd4084d349115fae925c152439d06acbe629d5c23c474f2dc0a3cb1b5b727b856a9d54a82e39698b3cfd7470086a976cfc6b4870f1af02bac71f87 SHA512 d219f1b9e28dd17f834dc807cd42a288adc4f5579bf97cf6b1833e63f339bd811953c3a74cafad9021beb05cd5fddb46cf49b62a4803c62ece62d037fe38a4ee EBUILD chump-1.5.2.ebuild 1078 BLAKE2B 383c5d6dddfa8b4c57fb444fba3c67dc0deb11da45b1a3f9ae93908a5cf096d0282c5e917dd0363a756a3d1d26eb837fe06a161b02f98c2b848f830425c75426 SHA512 4f252f7e6f749c3f15d91cf34f10a9ebc7119fe32461cca2d6c27cc34dbd5bb8d32ad094c78e47982fa46088b6b3418a0c8adf05b4ac2f69caa67b52c7190389 +EBUILD chump-1.6.0.ebuild 872 BLAKE2B 2928d175dc32fd7fbd6423b95a201b871fdf29e7dcdbe57e6e07da40f1b9a17706e9321fa931bdcfc147a9ecc976a22fbe1bfa0473e3636d3a21b4051a5669c5 SHA512 2a1bf8bb2d57bf044b069649129167a642502421853ce55db5d142d31126fb663800e33d824d5e31cee2e0b2995fc0503c506d349e1839ef7d6ec8930c799580 MISC metadata.xml 518 BLAKE2B 126300d60995a32912c84d734b465bdc4ad7f4569aeeae7674325dbd44c177431dffb22e05341cc50e8ac0f294617c64c18c11e3b5f7bfb17eb083f48f06ffdc SHA512 bf56b4200d946208832b539649d18f450da83e2bcc31bff902ad8793fb27f823e2e4207175cc13db3ae49f1862b5889a36fa06d27ec412da647cbdb2c4286604 diff --git a/dev-python/chump/chump-1.5.1.ebuild b/dev-python/chump/chump-1.5.1.ebuild deleted file mode 100644 index d30f5ec3555d..000000000000 --- a/dev-python/chump/chump-1.5.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="API wrapper for Pushover" -HOMEPAGE="https://github.com/karanlyons/chump" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/chump/chump-1.6.0.ebuild b/dev-python/chump/chump-1.6.0.ebuild new file mode 100644 index 000000000000..8ded5413a5ff --- /dev/null +++ b/dev-python/chump/chump-1.6.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# PyPy is not properly supported: +# https://github.com/karanlyons/chump/issues/17 +PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6,7}} ) + +inherit distutils-r1 + +DESCRIPTION="API wrapper for Pushover" +HOMEPAGE="https://github.com/karanlyons/chump" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) +" + +python_prepare_all() { + sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die + distutils-r1_python_prepare_all +} + +python_compile_all() { + if use doc; then + # Force sphinx to use the standard theme + READTHEDOCS=True sphinx-build docs docs/_build/html || die + HTML_DOCS=( docs/_build/html/. ) + fi +} -- cgit v1.2.3