Package Details: actdiag 2.0.0-1

Git Clone URL: https://aur.archlinux.org/actdiag.git (read-only, click to copy)
Package Base: actdiag
Description: Generate activity-diagram image files from spec-text files.
Upstream URL: http://blockdiag.com/en/actdiag
Licenses: Apache
Conflicts: actdiag-hg
Submitter: nicoulaj
Maintainer: None
Last Packager: nicoulaj
Votes: 1
Popularity: 0.000000
First Submitted: 2017-02-12 18:26 (UTC)
Last Updated: 2021-04-11 16:53 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

nicoulaj commented on 2021-04-11 16:54 (UTC)

@splatch: thanks and sorry it took that long, do you want to be added as co-maintainer ?

splatch commented on 2020-06-18 15:32 (UTC) (edited on 2020-06-18 15:40 (UTC) by splatch)

Blockdiag 2 which is in theory fine from dependency version stand point, makes this package fail.

Updated PKGBUILD:

# Maintainer: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=actdiag
pkgver=2.0.0
pkgrel=1
pkgdesc="Generate activity-diagram image files from spec-text files."
arch=(any)
url="http://blockdiag.com/en/actdiag"
license=(APACHE)
depends=('python' 'blockdiag>=2.0.0')
optdepends=('python-reportlab: to use the PDF output format')
makedepends=(python-distribute)
changelog=Changelog
conflicts=('actdiag-hg')
source=("https://pypi.python.org/packages/source/a/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('89c2486256157ae18598842864660640')
sha1sums=('48c6e945d975e9ff000520e1e0d8aec2f31a0319')
sha256sums=('f0e830b3a24f0b5681b4b116f5d4c370acca800b4e8cb1c7f828e0565bdaa13c')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  python setup.py install --root="$pkgdir/" --optimize=1
}

nicoulaj commented on 2018-11-19 14:30 (UTC)

@CapSel: fixed

CapSel commented on 2018-11-12 13:50 (UTC)

Cannot compile - error with download

-> Downloading actdiag-0.5.4.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 SSL is required ==> ERROR: Failure while downloading http://pypi.python.org/packages/source/a/actdiag/actdiag-0.5.4.tar.gz Aborting... ==> ERROR: Makepkg was unable to build actdiag.