mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
New package: stig-0.10.0a
This commit is contained in:
parent
c74dfcc7d2
commit
e61ff739ee
4 changed files with 55 additions and 0 deletions
31
srcpkgs/python-natsort/template
Normal file
31
srcpkgs/python-natsort/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-natsort'
|
||||||
|
pkgname=python-natsort
|
||||||
|
version=5.4.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="natsort-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="natsort"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
|
short_desc="Simple yet flexible natural sorting in Python"
|
||||||
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://pypi.org/project/natsort/"
|
||||||
|
distfiles="${PYPI_SITE}/n/natsort/natsort-${version}.tar.gz"
|
||||||
|
checksum=9130c8954f9437a0401d4e451b4b90a874b51ce47d91ede0f2cce4db762717f9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-natsort_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
|
pycompile_module="natsort"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-natsort
Symbolic link
1
srcpkgs/python3-natsort
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-natsort
|
21
srcpkgs/stig/template
Normal file
21
srcpkgs/stig/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'stig'
|
||||||
|
pkgname=stig
|
||||||
|
version=0.10.0a
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3 python3-aiohttp python3-blinker python3-natsort python3-urwid
|
||||||
|
python3-urwidtrees python3-xdg"
|
||||||
|
pycompile_module="stig"
|
||||||
|
short_desc="TUI and CLI for the BitTorrent client Transmission"
|
||||||
|
maintainer="Michal Koutenský <koutak.m@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/rndusr/stig"
|
||||||
|
distfiles="https://github.com/rndusr/stig/archive/v${version}.tar.gz"
|
||||||
|
checksum=45a89771cc9d7eaa9b51055e219e02e175859a427f173e796ec875c3db3d81a5
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/urwidtrees>=1.0.3dev0/urwidtrees>=1.0.2/' setup.py
|
||||||
|
}
|
2
srcpkgs/stig/update
Normal file
2
srcpkgs/stig/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://github.com/rndusr/stig/releases
|
||||||
|
pkgname=v
|
Loading…
Add table
Reference in a new issue