[arch-commits] Commit in (12 files)

Balló György bgyorgy at archlinux.org
Wed Sep 12 17:53:11 UTC 2018


    Date: Wednesday, September 12, 2018 @ 17:53:11
  Author: bgyorgy
Revision: 379874

Add new dependencies for rapid-photo-downloader

- python-colour
- python-easygui
- python-gphoto2
- python-rawkit

Added:
  python-colour/
  python-colour/trunk/
  python-colour/trunk/PKGBUILD
  python-easygui/
  python-easygui/trunk/
  python-easygui/trunk/PKGBUILD
  python-gphoto2/
  python-gphoto2/trunk/
  python-gphoto2/trunk/PKGBUILD
  python-rawkit/
  python-rawkit/trunk/
  python-rawkit/trunk/PKGBUILD

-------------------------------+
 python-colour/trunk/PKGBUILD  |   32 ++++++++++++++++++++++++++++++++
 python-easygui/trunk/PKGBUILD |   28 ++++++++++++++++++++++++++++
 python-gphoto2/trunk/PKGBUILD |   24 ++++++++++++++++++++++++
 python-rawkit/trunk/PKGBUILD  |   25 +++++++++++++++++++++++++
 4 files changed, 109 insertions(+)

Added: python-colour/trunk/PKGBUILD
===================================================================
--- python-colour/trunk/PKGBUILD	                        (rev 0)
+++ python-colour/trunk/PKGBUILD	2018-09-12 17:53:11 UTC (rev 379874)
@@ -0,0 +1,32 @@
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+# Contributor: farwayer <farwayer at gmail.com>
+
+pkgname=python-colour
+_pyname=colour
+pkgver=0.1.5
+pkgrel=3
+pkgdesc="Colour representations manipulation library (RGB, HSL, web, ...)"
+arch=('any')
+url="https://github.com/vaab/colour"
+license=('BSD')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+_commit=11f138eb7841d2045160b378a2eec0c2321144c0  # tags/0.1.5
+source=("git+https://github.com/vaab/colour#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pyname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pyname
+  python setup.py build
+}
+
+package() {
+  cd $_pyname
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python-colour/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-easygui/trunk/PKGBUILD
===================================================================
--- python-easygui/trunk/PKGBUILD	                        (rev 0)
+++ python-easygui/trunk/PKGBUILD	2018-09-12 17:53:11 UTC (rev 379874)
@@ -0,0 +1,28 @@
+# Contributor: Simon Thorpe <simon at hivetechnology.com.au>
+# Contributor: James Pearson <james.m.pearson+arch at gmail.com>
+
+pkgname=python-easygui
+_pyname=easygui
+pkgver=0.98.1
+pkgrel=1
+pkgdesc="Python module for very simple, very easy GUI programming"
+url="http://easygui.sourceforge.net/"
+license=('BSD')
+arch=('any')
+depends=('python' 'tk')
+makedepends=('python-setuptools')
+source=("$_pyname-$pkgver.tar.gz::https://github.com/robertlugg/$_pyname/archive/$pkgver.tar.gz")
+sha256sums=('b46d1f06b85a2de2b15129906d21bb42bc66a6e800315fed57e634cf151fc083')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package(){
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+  sed '/LICENSE INFORMATION/,/"""/ p' setup.py > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python-easygui/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-gphoto2/trunk/PKGBUILD
===================================================================
--- python-gphoto2/trunk/PKGBUILD	                        (rev 0)
+++ python-gphoto2/trunk/PKGBUILD	2018-09-12 17:53:11 UTC (rev 379874)
@@ -0,0 +1,24 @@
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-gphoto2
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Python interface to libgphoto2"
+arch=('x86_64')
+url="https://github.com/jim-easterbrook/python-gphoto2"
+license=('GPL3')
+depends=('libgphoto2' 'python')
+makedepends=('swig')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('53c23332fb00cf3ec4d4aed75f53a63c7fe36d0807f93fba10224bcb5016d33f')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build_swig
+  python setup.py build
+}
+
+package(){
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


Property changes on: python-gphoto2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-rawkit/trunk/PKGBUILD
===================================================================
--- python-rawkit/trunk/PKGBUILD	                        (rev 0)
+++ python-rawkit/trunk/PKGBUILD	2018-09-12 17:53:11 UTC (rev 379874)
@@ -0,0 +1,25 @@
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+
+pkgname=python-rawkit
+_pyname=rawkit
+pkgver=0.6.0
+pkgrel=3
+pkgdesc='CTypes based LibRaw bindings'
+arch=('any')
+url='https://github.com/photoshell/rawkit'
+license=('MIT')
+depends=('libraw' 'python')
+makedepends=('python-setuptools')
+source=("$_pyname-$pkgver.tar.gz::https://github.com/photoshell/$_pyname/archive/v$pkgver.tar.gz")
+sha256sums=('c07971ddbca9568cef93753ebb06a72b5b622f9b827a5d8bf96f2a137cc4219e')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package(){
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python-rawkit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list