summaryrefslogtreecommitdiff
path: root/pcr/python2-rospkg
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:47:34 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:47:34 +0100
commita3c8089437a1033fc4531c714067bcd59bdac469 (patch)
treeaa842461305fed3bb390eb83a132b1192a0cadaf /pcr/python2-rospkg
parent23827f7e067e0f41a928113bb0b81a9e5887d0b9 (diff)
downloadabslibre-a3c8089437a1033fc4531c714067bcd59bdac469.tar.gz
abslibre-a3c8089437a1033fc4531c714067bcd59bdac469.tar.bz2
abslibre-a3c8089437a1033fc4531c714067bcd59bdac469.zip
pcr/python-rospkg: moved from python2-rospkg and updated
Diffstat (limited to 'pcr/python2-rospkg')
-rw-r--r--pcr/python2-rospkg/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/python2-rospkg/PKGBUILD b/pcr/python2-rospkg/PKGBUILD
deleted file mode 100644
index e2375003e..000000000
--- a/pcr/python2-rospkg/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor (Arch): Lukas Linhart <bugs@almad.net>
-# Contributor (Arch): Changaco <changaco ατ changaco δοτ net>
-# Contributor (Arch): Nicolas Pouillard <nicolas.pouillard@gmail.com>
-# Contributor (Arch): Sean Greenslade <zootboysean@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=python2-rospkg
-pkgver=1.0.35
-pkgrel=2
-pkgdesc="ROS - provides basic utilities for querying information about ROS packages, stacks, and distributions."
-url="http://docs.ros.org/independent/api/rospkg/html/"
-arch=('any')
-license=('BSD3')
-depends=('python2')
-makedepends=('python2-distribute')
-conflicts=()
-replaces=()
-backup=()
-source=("https://pypi.python.org/packages/source/r/rospkg/rospkg-${pkgver}.tar.gz")
-md5sums=('de31059c920121b691f7bbdf6973e8dc')
-
-build() {
- cd ${srcdir}/rospkg-${pkgver}
- find -type f -print0 | xargs -0 sed -i -e 's/#!\/usr\/bin\/env python/#!\/usr\/bin\/env python2/g'
- python2 setup.py build
-}
-package() {
- cd ${srcdir}/rospkg-${pkgver}
- python2 setup.py install --optimize=1 --skip-build --prefix="/usr" --root="${pkgdir}"
-}