Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
- This file was added.
| <PISI> | |||||
| <Source> | |||||
| <Name>python-black</Name> | |||||
| <Homepage>https://github.com/psf/black</Homepage> | |||||
| <Packager> | |||||
| <Name>Algent Albrahimi</Name> | |||||
| <Email>algent@protonmail.com</Email> | |||||
| </Packager> | |||||
| <License>MIT</License> | |||||
| <PartOf>programming.python</PartOf> | |||||
| <Summary xml:lang="en">The uncompromising Python code formatter</Summary> | |||||
| <Description xml:lang="en">Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.</Description> | |||||
| <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | |||||
| </Source> | |||||
| <Package> | |||||
| <Name>python-black</Name> | |||||
| <Summary xml:lang="en">The uncompromising Python code formatter</Summary> | |||||
| <Description xml:lang="en">Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.</Description> | |||||
| <PartOf>programming.python</PartOf> | |||||
| <Files> | |||||
| <Path fileType="executable">/usr/bin/black</Path> | |||||
| <Path fileType="executable">/usr/bin/black-primer</Path> | |||||
| <Path fileType="executable">/usr/bin/blackd</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/__pycache__/_black_version.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/_black_version.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/PKG-INFO</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/SOURCES.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/dependency_links.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/entry_points.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/not-zip-safe</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/requires.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black-20.8b1-py3.7.egg-info/top_level.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black/__main__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black/__pycache__/__init__.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black/__pycache__/__main__.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black/py.typed</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black_primer/__pycache__/cli.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black_primer/__pycache__/lib.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black_primer/cli.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/black_primer/lib.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blackd/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blackd/__pycache__/__init__.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/Grammar.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/PatternGrammar.txt</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/__pycache__/__init__.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/__pycache__/pygram.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/__pycache__/pytree.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__init__.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/__init__.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/conv.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/driver.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/grammar.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/literals.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/parse.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/pgen.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/token.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/__pycache__/tokenize.cpython-37.pyc</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/conv.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/driver.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/grammar.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/literals.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/parse.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/pgen.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/token.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pgen2/tokenize.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pygram.py</Path> | |||||
| <Path fileType="library">/usr/lib/python3.7/site-packages/blib2to3/pytree.py</Path> | |||||
| </Files> | |||||
| </Package> | |||||
| <History> | |||||
| <Update release="1"> | |||||
| <Date>2020-11-13</Date> | |||||
| <Version>20.8_1</Version> | |||||
| <Comment>Packaging update</Comment> | |||||
| <Name>Algent Albrahimi</Name> | |||||
| <Email>algent@protonmail.com</Email> | |||||
| </Update> | |||||
| </History> | |||||
| </PISI> | |||||
| No newline at end of file | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.