summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-10-09 04:09:30 +0800
committerGitHub <noreply@github.com>2020-10-08 15:09:30 -0500
commit7de890fe224baec680e918d1de9b35d8681fe13c (patch)
tree620304c95f9dd06a1b3ecdd278d81ab0101e9e81 /var
parent9366fe261b2f13f81678851fd5ae4a0035a811c7 (diff)
downloadspack-7de890fe224baec680e918d1de9b35d8681fe13c.tar.gz
spack-7de890fe224baec680e918d1de9b35d8681fe13c.tar.bz2
spack-7de890fe224baec680e918d1de9b35d8681fe13c.tar.xz
spack-7de890fe224baec680e918d1de9b35d8681fe13c.zip
Add new package: py-azote (#18960)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-azote/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-azote/package.py b/var/spack/repos/builtin/packages/py-azote/package.py
new file mode 100644
index 0000000000..60fdc86e5b
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-azote/package.py
@@ -0,0 +1,22 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyAzote(PythonPackage):
+ """Azote is a GTK+3 - based picture browser and background setter,
+ as the frontend to the swaybg (sway/Wayland) and feh (X windows)
+ commands."""
+
+ homepage = "https://github.com/nwg-piotr/azote"
+ url = "https://github.com/nwg-piotr/azote/archive/v1.7.14.tar.gz"
+
+ version('1.7.14', sha256='68f9be55858dc33650a6712f68c9e5d2c96be9d7ca380dbde8ea9b2895f3f22f')
+ version('1.7.12', sha256='71d56784decf19b4e1a30943e054fd95f5044f7d471a65cecfef885ac8ef917e')
+ version('1.7.11', sha256='d8f0a63c3dacf1cb5b7c4b0b23a4f9190fc3c94c499a98f4f0827cace4b855b5')
+
+ depends_on('python@3.4.0:', type=('build', 'run'))
+ depends_on('py-setuptools', type='build')