-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from jim-easterbrook/devel
Devel
- Loading branch information
Showing
95 changed files
with
1,064 additions
and
151,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ jobs: | |
- name: Fetch Exiv2 source | ||
run: > | ||
wget -nv | ||
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.2.tar.gz | ||
https://github.com/Exiv2/exiv2/archive/refs/tags/v0.28.3.tar.gz | ||
-O exiv2.tar.gz | ||
- name: Extract Exiv2 source | ||
shell: bash | ||
run: | | ||
tar -xzf exiv2.tar.gz | ||
mv exiv2-0.28.2 libexiv2 | ||
mv exiv2-0.28.3 libexiv2 | ||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
|
@@ -38,13 +38,14 @@ jobs: | |
-D EXIV2_BUILD_SAMPLES=OFF | ||
-D EXIV2_BUILD_UNIT_TESTS=OFF | ||
-D EXIV2_ENABLE_NLS=ON | ||
-D EXIV2_ENABLE_FILESYSTEM_ACCESS=ON | ||
-D EXIV2_BUILD_EXIV2_COMMAND=OFF | ||
-D EXIV2_TEAM_WARNINGS_AS_ERRORS=OFF && | ||
cmake --build build-base_mac --config Release && | ||
cmake --install build-base_mac --config Release | ||
- name: Store results | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: macos-28-wheels | ||
path: wheelhouse/*.whl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# python-exiv2 - Python interface to exiv2 | ||
# http://github.com/jim-easterbrook/python-exiv2 | ||
# Copyright (C) 2021-22 Jim Easterbrook [email protected] | ||
# Copyright (C) 2021-24 Jim Easterbrook [email protected] | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -31,7 +31,6 @@ def main(): | |
print('python-exiv2 version:', exiv2.__version__) | ||
print('python-exiv2 examples:', | ||
os.path.join(os.path.dirname(__file__), 'examples')) | ||
print('BMFF support:', exiv2.enableBMFF(False)) | ||
if args.verbosity: | ||
print('libexiv2 build options:') | ||
pprint.pprint(exiv2.versionInfo()) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.