package/python-piexif: new package

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jugurtha BELKALEM 2020-09-01 16:37:30 +02:00 committed by Thomas Petazzoni
parent 95c51a3fa8
commit 3d0c31633d
5 changed files with 28 additions and 0 deletions

View File

@ -1425,6 +1425,7 @@ N: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
F: package/python-crayons/
F: package/python-cycler/
F: package/python-matplotlib/
F: package/python-piexif/
N: Juha Rantanen <juha@codercoded.com>
F: package/acsccid/

View File

@ -1061,6 +1061,7 @@ menu "External python modules"
source "package/python-periphery/Config.in"
source "package/python-pexpect/Config.in"
source "package/python-pickleshare/Config.in"
source "package/python-piexif/Config.in"
source "package/python-pigpio/Config.in"
source "package/python-pillow/Config.in"
source "package/python-pip/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_PIEXIF
bool "python-piexif"
depends on BR2_PACKAGE_PYTHON3
help
Piexif simplifies interacting with EXIF data in Python. It
includes the tools necessary for extracting, creating,
manipulating, converting and writing EXIF data to JPEG, WebP
and TIFF files.
https://github.com/hMatoba/Piexif

View File

@ -0,0 +1,3 @@
# Locally computed sha256 checksums
sha256 abfd9a67795e23d7a76f9407d60841efa68c5d6e43376b295bb821a30602c569 python-piexif-1.1.3.tar.gz
sha256 d517a0940b8eb92ace7fc88f75892d84d260d85b3062d36d9e6445bc5091f697 LICENSE.txt

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-piexif
#
################################################################################
PYTHON_PIEXIF_VERSION = 1.1.3
PYTHON_PIEXIF_SITE = $(call github,hMatoba,Piexif,$(PYTHON_PIEXIF_VERSION))
PYTHON_PIEXIF_LICENSE = MIT
PYTHON_PIEXIF_LICENSE_FILES = LICENSE.txt
PYTHON_PIEXIF_SETUP_TYPE = setuptools
$(eval $(python-package))