Merge pull request #633 from voidlinux/pockyt
New package: pockyt and python-parse
This commit is contained in:
commit
f02f05c740
3 changed files with 44 additions and 0 deletions
15
srcpkgs/pockyt/template
Normal file
15
srcpkgs/pockyt/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'pockyt'
|
||||||
|
pkgname=pockyt
|
||||||
|
version=0.7
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style="python-module"
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
depends="python-setuptools python-requests python-parse"
|
||||||
|
pycompile_module="${pkgname}"
|
||||||
|
short_desc="Automate and manage your pocket collection"
|
||||||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/arvindch/pockyt"
|
||||||
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=d8dcffb775a5ea28dfea3f867806ce80d7d64dac824512299d213435db7ec2ea
|
28
srcpkgs/python-parse/template
Normal file
28
srcpkgs/python-parse/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'python-parse'
|
||||||
|
pkgname=python-parse
|
||||||
|
version=1.6.5
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="parse-${version}"
|
||||||
|
build_style="python-module"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="parse.py"
|
||||||
|
short_desc="Parse strings using the format() syntax (Python2)"
|
||||||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/r1chardj0n3s/parse"
|
||||||
|
distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz"
|
||||||
|
checksum=c9545154ba6b0ede5b52c2877443a463dfc02f14fe43525d15255311939c3a72
|
||||||
|
|
||||||
|
python3.4-parse_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="parse.py"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-parse
Symbolic link
1
srcpkgs/python3.4-parse
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-parse
|
Loading…
Reference in a new issue