summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorClaire Guilbaud <34576189+Bidibulke@users.noreply.github.com>2020-07-27 12:48:58 +0200
committerGitHub <noreply@github.com>2020-07-27 12:48:58 +0200
commit458a9f22daaa7e7dc5ba4665d9f913f632922cf6 (patch)
tree2fc42c29e40890cafce8115c97edd191f28793c6 /var
parent38730c6e68674006b16e150b86fc2e6038475314 (diff)
downloadspack-458a9f22daaa7e7dc5ba4665d9f913f632922cf6.tar.gz
spack-458a9f22daaa7e7dc5ba4665d9f913f632922cf6.tar.bz2
spack-458a9f22daaa7e7dc5ba4665d9f913f632922cf6.tar.xz
spack-458a9f22daaa7e7dc5ba4665d9f913f632922cf6.zip
yolk3k: new package at v0.9 (#17635)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-yolk3k/package.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-yolk3k/package.py b/var/spack/repos/builtin/packages/py-yolk3k/package.py
new file mode 100644
index 0000000000..d744f93f94
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-yolk3k/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 PyYolk3k(PythonPackage):
+ """Yolk is a Python tool for obtaining information about installed Python
+ packages and querying packages avilable on PyPI (Python Package Index).
+ Yolk3k is a fork of the original yolk. `yolk3k` add Python 3 support and
+ adds additional features."""
+
+ homepage = "https://github.com/myint/yolk"
+ url = "https://pypi.io/packages/source/y/yolk3k/yolk3k-0.9.tar.gz"
+
+ version('0.9', sha256='cf8731dd0a9f7ef50b5dc253fe0174383e3fed295a653672aa918c059eef86ae')
+
+ depends_on('py-pygments')
+ depends_on('py-jinja2')
+ depends_on('py-docutils')