Page MenuHomeSolus

D9988.id24098.diff
No OneTemporary

D9988.id24098.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,25 @@
+name : python-black
+version : '20.8_1'
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/b/black/black-20.8b1.tar.gz : 1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea
+homepage : https://github.com/psf/black
+license : MIT
+component : programming.python
+summary : The uncompromising Python code formatter
+description: |
+ 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.
+builddeps :
+ - python-setuptools-scm
+rundeps :
+ - python-click
+ - python-mypy_extensions
+ - python-pathspec
+ - python-regex
+ - python-toml
+ - python-typed-ast
+ - python-typing-extensions
+build : |
+ %python3_setup
+install : |
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,83 @@
+<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-19</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

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:50 PM (2 h, 42 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5788699
Default Alt Text
D9988.id24098.diff (8 KB)

Event Timeline