mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
variety: update to 0.8.10.
This commit is contained in:
parent
eaa16b2413
commit
8226678ae7
2 changed files with 20 additions and 6 deletions
13
srcpkgs/variety/patches/pylint.patch
Normal file
13
srcpkgs/variety/patches/pylint.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/tests/test_lint.py b/tests/test_lint.py
|
||||||
|
index c81efe5..5c5ed64 100644
|
||||||
|
--- a/tests/test_lint.py
|
||||||
|
+++ b/tests/test_lint.py
|
||||||
|
@@ -25,7 +25,7 @@ class TestPylint(unittest.TestCase):
|
||||||
|
|
||||||
|
your code may well work even with pylint errors
|
||||||
|
but have some unusual code"""
|
||||||
|
- return_code = subprocess.call(["pylint3", "-E", "variety"])
|
||||||
|
+ return_code = subprocess.call(["pylint", "-E", "variety"])
|
||||||
|
# not needed because nosetests displays pylint console output
|
||||||
|
# self.assertEqual(return_code, 0)
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'variety'
|
# Template file for 'variety'
|
||||||
pkgname=variety
|
pkgname=variety
|
||||||
version=0.8.9
|
version=0.8.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_dirs="usr/share/variety/plugins"
|
pycompile_dirs="usr/share/variety/plugins"
|
||||||
hostmakedepends="python3-distutils-extra intltool"
|
hostmakedepends="python3-setuptools python3-distutils-extra intltool"
|
||||||
depends="ImageMagick gtk+3 libgexiv2 libnotify python3-BeautifulSoup4
|
depends="ImageMagick gtk+3 libgexiv2 libnotify python3-BeautifulSoup4
|
||||||
python3-Pillow python3-configobj python3-curl python3-dbus python3-gobject
|
python3-Pillow python3-configobj python3-dbus python3-gobject python3-httplib2
|
||||||
python3-httplib2 python3-lxml python3-requests"
|
python3-lxml python3-requests python3-cairo"
|
||||||
|
checkdepends="python3-pytest pylint $depends"
|
||||||
short_desc="Changes the wallpaper on a regular interval"
|
short_desc="Changes the wallpaper on a regular interval"
|
||||||
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://peterlevi.com/variety/"
|
homepage="https://peterlevi.com/variety/"
|
||||||
changelog="https://raw.githubusercontent.com/varietywalls/variety/master/data/ui/changes.txt"
|
changelog="https://raw.githubusercontent.com/varietywalls/variety/master/data/ui/changes.txt"
|
||||||
distfiles="https://github.com/varietywalls/variety/archive/${version}.tar.gz"
|
distfiles="https://github.com/varietywalls/variety/archive/${version}.tar.gz"
|
||||||
checksum=bcb5d41e0903734c0ac1015b0e599bf99eb1975bcbdcbce623eb42d230532595
|
checksum=9f312571b92032faf1d3eca62f3800a583e5a90b82a68b6dcd18362120fcda6c
|
||||||
|
|
Loading…
Add table
Reference in a new issue