New package: python3-transifex-client-0.13.6
This commit is contained in:
parent
b0cd413722
commit
a046390c59
2 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
--- requirements.txt.orig 2019-03-05 20:38:40.487366801 +0100
|
||||||
|
+++ requirements.txt 2019-03-05 20:39:34.522087398 +0100
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-urllib3<1.24
|
||||||
|
-six==1.11.0
|
||||||
|
+urllib3>=1.24,<2.0.0
|
||||||
|
+six>=1.11.0,<2.0.0
|
||||||
|
requests>=2.19.1,<3.0.0
|
||||||
|
python-slugify==1.2.6
|
16
srcpkgs/python3-transifex-client/template
Normal file
16
srcpkgs/python3-transifex-client/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-transifex-client'
|
||||||
|
pkgname=python3-transifex-client
|
||||||
|
version=0.13.6
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="transifex-client-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="txclib"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-urllib3 python3-requests python3-six python3-slugify<1.2.7"
|
||||||
|
short_desc="Transifex command-line tool"
|
||||||
|
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
|
homepage="https://www.transifex.com"
|
||||||
|
distfiles="https://github.com/transifex/transifex-client/archive/${version}.tar.gz"
|
||||||
|
checksum=460f3a829e57b8025280e03a6ad497a87beba142adb2e1579678227f49d4a9ab
|
Loading…
Reference in a new issue