~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] testing/py-exifread: new aport

Details
Message ID
<1408824813-16078-1-git-send-email-pnutzh4x0r@gmail.com>
Sender timestamp
1408824813
DKIM signature
missing
Download raw message
Patch: +40 -0
https://pypi.python.org/pypi/ExifRead
Read Exif metadata from tiff and jpeg files
---
 testing/py-exifread/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 testing/py-exifread/APKBUILD

diff --git a/testing/py-exifread/APKBUILD b/testing/py-exifread/APKBUILD
new file mode 100644
index 0000000..8ae95cc
--- /dev/null
+++ b/testing/py-exifread/APKBUILD
@@ -0,0 +1,40 @@
# Contributor: Peter Bui <pnutzh4x0r@gmail.com>
# Maintainer:
pkgname=py-exifread
_pkgname=ExifRead
pkgver=1.4.2
pkgrel=0
pkgdesc="Read Exif metadata from tiff and jpeg files"
url="https://pypi.python.org/pypi/ExifRead"
arch="noarch"
license="BSD"
depends="python"
depends_dev=""
makedepends="python-dev"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	python setup.py build || return 1
}

package() {
	cd "$_builddir"
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
md5sums="7da6522316eb8ec6800d2fb6cb4e895c  ExifRead-1.4.2.tar.gz"
sha256sums="c131759abe9505f8d07f5f7e8c0ccb863f7989c6687ef26101ccd7c6de11869d  ExifRead-1.4.2.tar.gz"
sha512sums="501a1fc2ce55e2a353a4b0c49a73405f1cc148e24401e4e630f8125e80f4176e920e8f2567aaab3f508ef2c4b31f74b374d78728b0ba03461f1832cb802b61d9  ExifRead-1.4.2.tar.gz"
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20140901095718.322eadd1@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1408824813-16078-1-git-send-email-pnutzh4x0r@gmail.com> (view parent)
Sender timestamp
1409558238
DKIM signature
missing
Download raw message
On Sat, 23 Aug 2014 15:13:33 -0500
Peter Bui <pnutzh4x0r@gmail.com> wrote:

> https://pypi.python.org/pypi/ExifRead
> Read Exif metadata from tiff and jpeg files

applied, finally. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)