summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2020-06-28 16:04:12 +0200
committerMuflone2020-06-28 16:04:12 +0200
commit935c5128afe02473aedf627e06ef7e028d2076d4 (patch)
treeddb16a4d60ebb781376de9821e3473137c985d5a
parent97276c72ec89597592218519a1608f50677df18a (diff)
downloadaur-935c5128afe02473aedf627e06ef7e028d2076d4.tar.gz
Updated package transifex-client 0.13.10-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
-rw-r--r--python_requirements.patch9
3 files changed, 8 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f727438226..d873c913a61f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = transifex-client
pkgdesc = The Transifex command-line tool to download and upload translations from Transifex
- pkgver = 0.13.7
+ pkgver = 0.13.10
pkgrel = 1
url = http://pypi.python.org/pypi/transifex-client
arch = any
@@ -10,10 +10,9 @@ pkgbase = transifex-client
depends = python-six
depends = python-requests
depends = python-slugify
- source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.13.7.tar.gz
- source = python_requirements.patch
- sha256sums = 5570830f40a9436f0a279fe7ab72a636dc0f2efc66fc424b82b7fd6b3f6b260e
- sha256sums = 532fa165eab30bd0d9c6bd500ca9413b8730828a59a0adb0d201f4b385b37ea1
+ depends = python-gitpython
+ source = https://pypi.io/packages/source/t/transifex-client/transifex-client-0.13.10.tar.gz
+ sha256sums = 633444d0dfa6fba4e1dbdc1cce259ec510e63a3cebc03b3b6e090134a18f4fef
pkgname = transifex-client
diff --git a/PKGBUILD b/PKGBUILD
index 511819b8ce70..57b28662527a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,16 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=transifex-client
-pkgver=0.13.7
+pkgver=0.13.10
pkgrel=1
pkgdesc="The Transifex command-line tool to download and upload translations from Transifex"
arch=('any')
url="http://pypi.python.org/pypi/transifex-client"
license=('GPL2')
depends=('python-distribute' 'python-urllib3' 'python-six' 'python-requests'
- 'python-slugify')
-source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "python_requirements.patch")
-sha256sums=('5570830f40a9436f0a279fe7ab72a636dc0f2efc66fc424b82b7fd6b3f6b260e'
- '532fa165eab30bd0d9c6bd500ca9413b8730828a59a0adb0d201f4b385b37ea1')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/python_requirements.patch"
-}
+ 'python-slugify' 'python-gitpython')
+source=("https://pypi.io/packages/source/t/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('633444d0dfa6fba4e1dbdc1cce259ec510e63a3cebc03b3b6e090134a18f4fef')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/python_requirements.patch b/python_requirements.patch
deleted file mode 100644
index 80f78d479181..000000000000
--- a/python_requirements.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -Naur transifex-client-0.13.7.orig/requirements.txt transifex-client-0.13.7/requirements.txt
---- transifex-client-0.13.7.orig/requirements.txt 2020-01-07 13:21:44.000000000 +0100
-+++ transifex-client-0.13.7/requirements.txt 2020-02-29 17:22:12.026938894 +0100
-@@ -1,4 +1,4 @@
- urllib3>=1.24.2,<2.0.0
- six<2.0.0
- requests>=2.19.1,<3.0.0
--python-slugify<2.0.0
-+python-slugify