Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions srcpkgs/python3-exifread/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Template file for 'python3-exifread'
pkgname=python3-exifread
version=2.3.2
revision=6
build_style="python3-module"
hostmakedepends="python3-setuptools"
version=3.5.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python module to extract Exif metadata (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/ianare/exif-py"
distfiles="https://github.com/ianare/exif-py/archive/${version}.tar.gz"
checksum=b595f8644a456d00df98b2f83b5fe17682bba0e7e9f7c8b39fb7130a80b73b0a
changelog="https://raw.githubusercontent.com/ianare/exif-py/refs/heads/master/ChangeLog.rst"
distfiles="https://github.com/ianare/exif-py/archive/refs/tags/${version}.tar.gz"
checksum=c11be5c4bc4f54f8b1c4f52d5afb732fe9f83e801b856a0abee4519c3fa2ca8f
conflicts="python-exifread>=0"

post_install() {
vlicense LICENSE.txt
vlicense LICENSE
}