summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schlatow2021-03-11 10:53:34 +0100
committerJohannes Schlatow2021-03-11 10:53:34 +0100
commit2acee67c286a1cc9ff7f5bc227ca8b3bba170744 (patch)
treea06e2c180ac944cc957c12abaa250a5f87779247
parentb28319e34695d57b57f7418d03a4d95050e96dd7 (diff)
downloadaur-2acee67c286a1cc9ff7f5bc227ca8b3bba170744.tar.gz
Update repo URL
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad9362eea4dc..9176589620e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = python2-pycpa-git
pkgdesc = Pragmatic Python implementation of Compositional Performance Analysis (aka the SymTA/S approach provided by Symtavision) used for research in worst-case timing analysis.
- pkgver = 20200909
+ pkgver = 20210311
pkgrel = 1
- url = https://bitbucket.org/pycpa/pycpa/
+ url = https://github.com/IDA-TUBS/pycpa.git
arch = any
license = MIT
makedepends = git
depends = python2
depends = python2-matplotlib
- depends = simpy
depends = python2-setuptools
- depends = python2-nose
- depends = python2-tornado
+ optdepends = python2-twisted: for RPC interface
+ optdepends = python2-simpy: for simulation module
provides = python2-pycpa
replaces = python2-pycpa-git
- source = git+https://bitbucket.org/pycpa/pycpa
+ source = git+https://github.com/IDA-TUBS/pycpa.git
md5sums = SKIP
pkgname = python2-pycpa-git
diff --git a/PKGBUILD b/PKGBUILD
index 6539a739229b..51edcd74312a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
_pkgname=python2-pycpa
pkgname=$_pkgname-git
-pkgver=20200909
+pkgver=20210311
pkgrel=1
pkgdesc="Pragmatic Python implementation of Compositional Performance Analysis (aka the SymTA/S approach provided by Symtavision) used for research in worst-case timing analysis."
arch=('any')
makedepends=('git')
-depends=('python2' 'python2-matplotlib' 'simpy' 'python2-setuptools' 'python2-nose' 'python2-tornado')
+depends=('python2' 'python2-matplotlib' 'python2-setuptools')
+optdepends=('python2-twisted: for RPC interface'
+ 'python2-simpy: for simulation module')
provides=('python2-pycpa')
replaces=('python2-pycpa-git')
-url="https://bitbucket.org/pycpa/pycpa/"
+url="https://github.com/IDA-TUBS/pycpa.git"
license=('MIT')
-source=("git+https://bitbucket.org/pycpa/pycpa")
+source=("git+https://github.com/IDA-TUBS/pycpa.git")
md5sums=("SKIP")
build() {