Search Criteria
Package Details: ess-epics 2.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ess-epics.git (read-only, click to copy) |
---|---|
Package Base: | ess-epics |
Description: | Experimental Physics and Industrial Control System -- ESS flavour |
Upstream URL: | http://www.aps.anl.gov/epics/ |
Licenses: | GPL |
Conflicts: | epics |
Provides: | epics |
Submitter: | greyltc |
Maintainer: | Eothred |
Last Packager: | Eothred |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-05 09:49 (UTC) |
Last Updated: | 2023-08-11 06:21 (UTC) |
Dependencies (9)
- python-gitlab
- python-gitpython
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-wheel (make)
- rpcsvc-proto (make)
- tree (make)
Latest Comments
Eothred commented on 2023-08-11 06:41 (UTC)
Thanks for your suggestions!
MarsSeed commented on 2023-07-18 23:07 (UTC)
Hi,
Please make this a proper non-VCS package by defining a specific source tag:
Also remove the
pkgver()
function, and addepoch=1
, to downgrade from the current version to the latest stable one.In addition, please remove the unneeded
python-argparse
, the nonexistentpython-pathlib
, and thepython-pytest
dependencies (the latter could be used in 'checkdepends', but currently there is no testing implemented in a PKGBUILDcheck()
function.dreieck commented on 2023-05-12 12:26 (UTC)
python-argparse
must be removed from thedepends
array, see ↗ here.Thanks for maintaining!
greyltc commented on 2021-11-15 09:06 (UTC)
@Eothred I've disowned this. Feel free to take it if you'd like!
Eothred commented on 2021-11-15 06:58 (UTC)
Hi,
I think sources should be pulled from here now: https://gitlab.esss.lu.se/e3/e3
Then looking at readme looks like latest version is 7.0.5 but I do not see the tag so double check that :)
greyltc commented on 2020-11-05 11:26 (UTC)
Thanks!
Eothred commented on 2020-11-03 11:40 (UTC)
cp -a "${srcdir}/build/base-{$pkgver}" "${pkgdir}/opt/ess-epics"
This line fails, {$pkgver} should be ${pkgver}
Eothred commented on 2019-03-15 14:37 (UTC)
The package function is empty, so this package doesn't install anything...