New package: python-exifread-2.1.2
This commit is contained in:
parent
6e6e98bb91
commit
bea89d9fef
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-exifread/template
Normal file
33
srcpkgs/python-exifread/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'python-exifread'
|
||||||
|
pkgname=python-exifread
|
||||||
|
version=2.1.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="ExifRead-${version}"
|
||||||
|
build_style="python-module"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="exifread"
|
||||||
|
short_desc="Python module to extract Exif metadata (Python2)"
|
||||||
|
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||||
|
homepage="https://github.com/ianare/exif-py"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="${PYPI_SITE}/E/ExifRead/ExifRead-${version}.tar.gz"
|
||||||
|
checksum=79e244f2eb466709029e8806fe5e2cdd557870c3db5f68954db0ef548d9320ad
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-exifread_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="exifread"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-exifread
Symbolic link
1
srcpkgs/python3.4-exifread
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-exifread
|
Loading…
Add table
Add a link
Reference in a new issue