[arch-commits] Commit in shedskin/repos/community-any (PKGBUILD PKGBUILD shedskin.py)

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Jun 21 19:32:23 UTC 2013


    Date: Friday, June 21, 2013 @ 21:32:22
  Author: arodseth
Revision: 92998

archrelease: copy trunk to community-any

Added:
  shedskin/repos/community-any/PKGBUILD
    (from rev 92997, shedskin/trunk/PKGBUILD)
Deleted:
  shedskin/repos/community-any/PKGBUILD
  shedskin/repos/community-any/shedskin.py

-------------+
 PKGBUILD    |   54 +++++++++++++++++++++++++++---------------------------
 shedskin.py |    3 ---
 2 files changed, 27 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-21 19:32:15 UTC (rev 92997)
+++ PKGBUILD	2013-06-21 19:32:22 UTC (rev 92998)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=shedskin
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Python to C++ compiler'
-arch=('any')
-url='http://code.google.com/p/shedskin/'
-license=('GPL2')
-depends=('pcre' 'gc' 'python2')
-conflicts=('shedskin-svn')
-source=("http://shedskin.googlecode.com/files/$pkgname-$pkgver.tgz"
-        "$pkgname.py")
-sha256sums=('cd81f5af25a5937ecca139ab2877d80fbc29020d34c97e65d0590b993f11918d'
-            '26527327dba7d6a34c37a931bfce925d7802535626a92f35a2890d698325c712')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/bin"
-  install -Dm755 "../$pkgname.py" "$pkgdir/usr/bin/$pkgname"
-  python2 setup.py install --prefix="$pkgdir/usr"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shedskin/repos/community-any/PKGBUILD (from rev 92997, shedskin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-21 19:32:22 UTC (rev 92998)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=shedskin
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Python to C++ compiler'
+arch=('any')
+url='http://code.google.com/p/shedskin/'
+license=('GPL2')
+depends=('pcre' 'gc' 'python2')
+source=("http://shedskin.googlecode.com/files/$pkgname-$pkgver.tgz")
+sha256sums=('81fc79660b94c5c566ffb07ccc42db2ace99f23fd867e00ccf48bdc0dfcffc5b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's:/bin/python2:/usr/bin/python2:' "scripts/$pkgname"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --prefix="$pkgdir/usr"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: shedskin.py
===================================================================
--- shedskin.py	2013-06-21 19:32:15 UTC (rev 92997)
+++ shedskin.py	2013-06-21 19:32:22 UTC (rev 92998)
@@ -1,3 +0,0 @@
-#!/usr/bin/python2
-import shedskin
-shedskin.main()




More information about the arch-commits mailing list