summaryrefslogtreecommitdiff
path: root/pcr/python2-rosdistro
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:48:33 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:48:33 +0100
commit1c821f7f7035ec2668b935e30764774154e366b9 (patch)
tree7fd8a9db6064c0790cbf7e56f96a15bdf3284243 /pcr/python2-rosdistro
parentf6bd8c6730af0a79862f66c9a9887e1a93eba28b (diff)
downloadabslibre-1c821f7f7035ec2668b935e30764774154e366b9.tar.gz
abslibre-1c821f7f7035ec2668b935e30764774154e366b9.tar.bz2
abslibre-1c821f7f7035ec2668b935e30764774154e366b9.zip
pcr/python-rosdistro: moved from python2-rosdistro and updated
Diffstat (limited to 'pcr/python2-rosdistro')
-rw-r--r--pcr/python2-rosdistro/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/python2-rosdistro/PKGBUILD b/pcr/python2-rosdistro/PKGBUILD
deleted file mode 100644
index 05333a402..000000000
--- a/pcr/python2-rosdistro/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=python2-rosdistro
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="A tool to work with rosdistro files"
-url="http://wiki.ros.org/rosdistro"
-depends=('python2')
-makedepends=('python2' 'python2-setuptools')
-license=('BSD3, MIT')
-arch=('any')
-source=("https://pypi.python.org/packages/source/r/rosdistro/rosdistro-$pkgver.tar.gz")
-md5sums=('2d8ac4214796e67c758a1318b6531b4f')
-
-build() {
- cd $srcdir/rosdistro-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/rosdistro-$pkgver
- python2 setup.py install --root="$pkgdir" --optimize=1
-}