mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed sha256 checksums
|
||||
sha256 abfd9a67795e23d7a76f9407d60841efa68c5d6e43376b295bb821a30602c569 python-piexif-1.1.3.tar.gz
|
||||
sha256 d517a0940b8eb92ace7fc88f75892d84d260d85b3062d36d9e6445bc5091f697 LICENSE.txt
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user