summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-12-30 11:40:37 +0100
committerGilrain2022-12-30 11:40:37 +0100
commitf3b789009e791eebd34d81334c0a0eecb3ef4256 (patch)
treef1672326720bee5544eb55f668dc34827c955df5
parent0ee13b3b674198258c60d2ab4ee2838f92afc223 (diff)
downloadaur-f3b789009e791eebd34d81334c0a0eecb3ef4256.tar.gz
upstream moved to python3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
-rw-r--r--changelog7
3 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3ab8943cdf..27bd7e53a886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pology-git
pkgdesc = A framework for custom processing of PO files.
- pkgver = 0.13.r5504.72c73d7d
+ pkgver = 0.13.r5625.91ebf8fb
pkgrel = 1
url = https://invent.kde.org/sdk/pology
changelog = changelog
@@ -10,17 +10,16 @@ pkgbase = pology-git
makedepends = cmake
makedepends = libxml2
makedepends = docbook-xsl
- makedepends = epydoc
- makedepends = python2-pygments
- depends = python2
+ makedepends = libxslt
+ makedepends = python-pygments
+ depends = python
depends = gettext
- depends = python2-pyenchant
+ depends = python-pyenchant
optdepends = python2-dbus: to communicate with external applications
optdepends = hunspell-lang: a spell-checking dictionary for your language(s)
optdepends = aspell-lang: a spell-checking dictionary for your language(s)
optdepends = ispell-lang: a spell-checking dictionary for your language(s)
optdepends = languagetool: used by the check-grammar sieve
- optdepends = katepart4: for synder syntax highlighting in KDE editors
optdepends = apertium: used by the pomtrans script
optdepends = git: for processing files under version control
optdepends = subversion: for processing files under version control
diff --git a/PKGBUILD b/PKGBUILD
index d7a54b81a5fc..c9c52fc76a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname=pology-git
-pkgver=0.13.r5504.72c73d7d
+pkgver=0.13.r5625.91ebf8fb
pkgrel=1
pkgdesc='A framework for custom processing of PO files.'
arch=('any')
license=('GPL3')
url='https://invent.kde.org/sdk/pology'
-depends=('python2' 'gettext' 'python2-pyenchant')
-makedepends=('git' 'cmake' 'libxml2' 'docbook-xsl' 'epydoc' 'python2-pygments')
+depends=('python' 'gettext' 'python-pyenchant')
+makedepends=('git' 'cmake' 'libxml2' 'docbook-xsl' 'libxslt' 'python-pygments')
options=(!makeflags)
optdepends=('python2-dbus: to communicate with external applications'
'hunspell-lang: a spell-checking dictionary for your language(s)'
'aspell-lang: a spell-checking dictionary for your language(s)'
'ispell-lang: a spell-checking dictionary for your language(s)'
'languagetool: used by the check-grammar sieve'
- 'katepart4: for synder syntax highlighting in KDE editors'
'apertium: used by the pomtrans script'
'git: for processing files under version control'
'subversion: for processing files under version control')
@@ -30,10 +29,6 @@ pkgver() {
printf "%s.r%s.%s" "$(cat VERSION)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- sed -i -e 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' $(find ${srcdir} -name '*.py')
-}
-
build() {
cd ${srcdir}/pology
mkdir build && cd build
diff --git a/changelog b/changelog
index 13bffe968f31..41aacb9b5e72 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+2022-12-30 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
+ * 0.13.r5625.91ebf8fb-1 :
+ upstream moved to python3
+ dropped epydoc (python2) from makedepends
+
2020-08-24 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 0.13.r5484.4321df3d-1 :
sources moved to https://invent.kde.org/sdk/pology.git
@@ -22,7 +27,7 @@
2014-04-19 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 1384505-1 :
- python2-pygments added to makedepends
+ python2-pygments added to makedepends
2013-04-19 Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
* 1338643-1 :