From 3b5950892d6999a1b91443fe93865e627186ed5c Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 20 Sep 2020 16:57:48 -0400 Subject: net-misc/gallery-dl: bump to 1.15.0 --- net-misc/gallery-dl/Manifest | 2 +- net-misc/gallery-dl/gallery-dl-1.14.5.ebuild | 51 ---------------------------- net-misc/gallery-dl/gallery-dl-1.15.0.ebuild | 46 +++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 52 deletions(-) delete mode 100644 net-misc/gallery-dl/gallery-dl-1.14.5.ebuild create mode 100644 net-misc/gallery-dl/gallery-dl-1.15.0.ebuild diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest index e8a5b03..1a0d816 100644 --- a/net-misc/gallery-dl/Manifest +++ b/net-misc/gallery-dl/Manifest @@ -1 +1 @@ -DIST gallery_dl-1.14.5.tar.gz 316417 BLAKE2B c19c009db8dd63aa20e95e148c7b88ab3e13422262aac0c80404321ebc5f7c531e84ac599d6c4e77f39330cf6e1499ea06b6b41a7c1cd22ab547eac0b115a191 SHA512 9088e46847df1839d6244c4ce97b9c04a3d85a7ae5279def6ee3591e1f257c8f128d40ca6f6a20cff0f44bfde7a14d92fd1ddacec27b55c115bdf7a04acb46b5 +DIST gallery_dl-1.15.0.tar.gz 317787 BLAKE2B 8872d76c605980bfa5e929e6fc7d5832ad31a126dffcaee4d9838317fe2d841ca2081fb1736e47b64903e26191d499a494f9fad1922cf4cbaa4972e074ffa19a SHA512 43d7ab22e5967a87ad2ae9dff8a40b6bd4d4db7cb9293e66f7de9b0b96788974b6efc80e6a2070d56a2d6970ab1f657cf3947d165851f685de04aff5b2889325 diff --git a/net-misc/gallery-dl/gallery-dl-1.14.5.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.5.ebuild deleted file mode 100644 index 0f26851..0000000 --- a/net-misc/gallery-dl/gallery-dl-1.14.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) -PYTHON_REQ_USE=(sqlite) - -inherit distutils-r1 - -DESCRIPTION="Command-line program to download image-galleries and collections" -HOMEPAGE="https://github.com/mikf/gallery-dl" -SRC_URI="mirror://pypi/g/gallery_dl/gallery_dl-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - dev-python/nose - ) -" - -S="${WORKDIR}/gallery_dl-${PV}" - -python_test() { - local noseargs=( - -v - - # requires network access - -I 'test_results\.py' - - # AssertionErrors? - -e test_expires_db - -e test_invalidate_db - -e test_update_db - ) - nosetests "${noseargs[@]}" || die -} - -python_install_all() { - dodoc README.rst - - distutils-r1_python_install_all -} diff --git a/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild new file mode 100644 index 0000000..09c4d81 --- /dev/null +++ b/net-misc/gallery-dl/gallery-dl-1.15.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +PYTHON_REQ_USE=(sqlite) + +inherit distutils-r1 + +DESCRIPTION="Command-line program to download image-galleries and collections" +HOMEPAGE="https://github.com/mikf/gallery-dl" +SRC_URI="mirror://pypi/g/gallery_dl/gallery_dl-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/nose + ) +" + +S="${WORKDIR}/gallery_dl-${PV}" + +python_test() { + local noseargs=( + -v + + # requires network access + -I 'test_results\.py' + ) + nosetests "${noseargs[@]}" || die +} + +python_install_all() { + dodoc README.rst + + distutils-r1_python_install_all +} -- cgit v1.2.3-54-g00ecf