New package: py-python3-xlib (#24139)

* [py-python3-xlib] created template

* [py-python3-xlib] requires python3

* [py-python3-xlib] Final cleanup

- added homepage
- added description
- removed fixmes

* [py-python3-xlib] added homepage

* [py-python3-xlib] removing homepage entirely
This commit is contained in:
Jen Herting 2021-06-04 16:28:14 -04:00 committed by GitHub
parent 5c37db5db3
commit ff73ac6e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# Copyright 2013-2021 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 PyPython3Xlib(PythonPackage):
"""python3-xlib is python3 version of python-xlib."""
pypi = "python3-xlib/python3-xlib-0.15.tar.gz"
version('0.15', sha256='dc4245f3ae4aa5949c1d112ee4723901ade37a96721ba9645f2bfa56e5b383f8')
depends_on('python@3:', type=('build', 'run'))