From 947e0b5f512c56edc1b2b414bc86b6298d068cde Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 25 Oct 2020 20:51:14 -0400 Subject: treewide: updates --- net-misc/gallery-dl/Manifest | 2 +- net-misc/gallery-dl/gallery-dl-1.15.1.ebuild | 46 ---------------------------- net-misc/gallery-dl/gallery-dl-1.15.2.ebuild | 46 ++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 net-misc/gallery-dl/gallery-dl-1.15.1.ebuild create mode 100644 net-misc/gallery-dl/gallery-dl-1.15.2.ebuild (limited to 'net-misc/gallery-dl') diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest index 5eb2ec0..776887f 100644 --- a/net-misc/gallery-dl/Manifest +++ b/net-misc/gallery-dl/Manifest @@ -1 +1 @@ -DIST gallery_dl-1.15.1.tar.gz 316543 BLAKE2B 689911a728f2700520d369a030f33051bebe7e0aefcc9892868380f8d59264816489ad5a457a6c2d8d3fe135b45e8e5a02517e186e784bd1cb72926b3490e54b SHA512 c35a28d3190e7258605fb7b829b4a6cd05545230e0c9165159f10efc0e99cb88d2e56325e771f6545e873cff457f83652b71a8d874a495040ace3c3a94018dce +DIST gallery_dl-1.15.2.tar.gz 317559 BLAKE2B 1624f7bf4be15ed3698acd925cfe721dd6be433141935d78a86fdc8ba617ae30a749578b5c5dc31193861a3272521f652c72cb0cbee5ec00e4485fa2a62ade5a SHA512 e30992d58c6f20bf51ecff95c0603c149b2cbf1ce2569746ac74595d7da67dac8c67b66548a4037374a0095bb44cceae37032457d48bc3bc92f4d6e58f5fb962 diff --git a/net-misc/gallery-dl/gallery-dl-1.15.1.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.1.ebuild deleted file mode 100644 index 09c4d81..0000000 --- a/net-misc/gallery-dl/gallery-dl-1.15.1.ebuild +++ /dev/null @@ -1,46 +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' - ) - 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.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild new file mode 100644 index 0000000..09c4d81 --- /dev/null +++ b/net-misc/gallery-dl/gallery-dl-1.15.2.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-70-g09d2