Skip to content

Commit

Permalink
python-shtab: Add at v1.7.1 for power-profiles-daemon
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Apr 10, 2024
1 parent a2dad7f commit 32a0650
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/py/python-shtab/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 101279
rss: https://github.com/iterative/shtab/releases.atom
security:
# No known CPE, last checked 2024-04-10
cpe: ~
26 changes: 26 additions & 0 deletions packages/py/python-shtab/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name : python-shtab
version : 1.7.1
release : 1
source :
- https://pypi.debian.net/shtab/shtab-1.7.1.tar.gz : 4e4bcb02eeb82ec45920a5d0add92eac9c9b63b2804c9196c1f1fdc2d039243c
license : Apache-2.0
component : programming.python
homepage : https://github.com/iterative/shtab
summary : Automagic shell tab completion for Python CLI applications
description: |
Automagic shell tab completion for Python CLI applications
builddeps :
- python-build
- python-installer
- python-setuptools-scm
- python-wheel
checkdeps :
- python-pytest
- python-pytest-cov
- python-pytest-timeout
build : |
%python3_setup
install : |
%python3_install
check : |
%python3_test pytest
54 changes: 54 additions & 0 deletions packages/py/python-shtab/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<PISI>
<Source>
<Name>python-shtab</Name>
<Homepage>https://github.com/iterative/shtab</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>programming.python</PartOf>
<Summary xml:lang="en">Automagic shell tab completion for Python CLI applications</Summary>
<Description xml:lang="en">Automagic shell tab completion for Python CLI applications
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>python-shtab</Name>
<Summary xml:lang="en">Automagic shell tab completion for Python CLI applications</Summary>
<Description xml:lang="en">Automagic shell tab completion for Python CLI applications
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin/shtab</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/LICENCE</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/METADATA</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/RECORD</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/WHEEL</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/entry_points.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab-1.7.1.dist-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/__main__.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/__main__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/_dist_ver.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/_dist_ver.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/main.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/__pycache__/main.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/_dist_ver.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/main.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/shtab/py.typed</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-04-10</Date>
<Version>1.7.1</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 32a0650

Please sign in to comment.