This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+10
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
+3
View File
@@ -0,0 +1,3 @@
# Locally computed sha256 checksums
sha256 abfd9a67795e23d7a76f9407d60841efa68c5d6e43376b295bb821a30602c569 python-piexif-1.1.3.tar.gz
sha256 d517a0940b8eb92ace7fc88f75892d84d260d85b3062d36d9e6445bc5091f697 LICENSE.txt
+13
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))