mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
exifread-2.3.1.ebuild
This commit is contained in:
parent
8aaeb40aba
commit
d1a7a37b95
2 changed files with 21 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST exifread-2.2.0.tar.gz 35328 BLAKE2B e6df32b0c16669f2342db064cd02d3523593652914e45ce81dafad0c8fedad983874c8417169a9ebe4c1f4e11baf443377f75e4b07b05fb5fec65ae962b8cbae SHA512 fe7dcb794f1bd088acbe34a1b75ccebed89dcb15124573b721bc97243c6d1a109d07619d902aaf5f118b60e94dc614ae9921803ba7e8fdeed3009558e6d69482
|
||||
DIST exifread-2.3.1.tar.gz 42599 BLAKE2B 564050c5bdff51d7e20d8bf35631c6fd8cbe8513e1408721bd01f8d3984e570fb47e0e9f1685d13560ca68dab2e0fed88e33f5a3422199d8ef900df25ab05e04 SHA512 317b4da345ceba9be2b30424b9ab4b81c5f97fcb026414505a2453bea0cd909b1c35ef05b4fd520c9ebaa8369e54c23af3d4b0248eb4261353448640094e825a
|
||||
|
|
|
|||
20
dev-python/exifread/exifread-2.3.1.ebuild
Normal file
20
dev-python/exifread/exifread-2.3.1.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Read Exif metadata from tiff and jpeg files"
|
||||
HOMEPAGE="https://github.com/ianare/exif-py"
|
||||
SRC_URI="https://github.com/ianare/exif-py/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
S="${WORKDIR}/exif-py-${PV}"
|
||||
Loading…
Reference in a new issue