Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
dcd770a7
Commit
dcd770a7
authored
1 year ago
by
Iztok Fister Jr.
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-fiona: upgrade to 1.9.4
parent
402c1f5d
No related branches found
No related tags found
1 merge request
!47277
community/py3-fiona: upgrade to 1.9.4
Pipeline
#165152
canceled
1 year ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-fiona/APKBUILD
+24
-4
24 additions, 4 deletions
community/py3-fiona/APKBUILD
community/py3-fiona/patch-vendor.patch
+13
-0
13 additions, 0 deletions
community/py3-fiona/patch-vendor.patch
with
37 additions
and
4 deletions
community/py3-fiona/APKBUILD
+
24
−
4
View file @
dcd770a7
...
...
@@ -2,8 +2,8 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname
=
py3-fiona
_pkgorig
=
Fiona
pkgver
=
1.9.
3
pkgrel
=
2
pkgver
=
1.9.
4
pkgrel
=
0
pkgdesc
=
"Fiona reads and writes geographical data files"
url
=
"https://github.com/Toblerity/Fiona"
arch
=
"all"
...
...
@@ -26,10 +26,17 @@ depends="
checkdepends
=
"py3-pytest py3-pytest-cov py3-boto3"
makedepends
=
"py3-setuptools"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/F/Fiona/Fiona-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/F/Fiona/Fiona-
$pkgver
.tar.gz
patch-vendor.patch
"
builddir
=
"
$srcdir
/
$_pkgorig
-
$pkgver
"
options
=
"!check"
# several tests are failing
prepare
()
{
default_prepare
rm
-r
fiona/_vendor
}
build
()
{
python3 setup.py build
}
...
...
@@ -47,8 +54,21 @@ package() {
# conflicts with fio package
mv
"
$pkgdir
"
/usr/bin/fio
"
$pkgdir
"
/usr/bin/fiona-fio
# remove tests
rm
-r
"
$pkgdir
"
/usr/lib/python3.
*
/site-packages/tests
# remove docs
rm
-r
"
$pkgdir
"
/usr/lib/python3.
*
/site-packages/docs
# remove examples
rm
-r
"
$pkgdir
"
/usr/lib/python3.
*
/site-packages/examples
# remove scripts
rm
-r
"
$pkgdir
"
/usr/lib/python3.
*
/site-packages/scripts
}
sha512sums
=
"
a2ceb16677e883c9e2ccd48260d02549af3e128a60880d5dd676c3b9e5c0e99de4e0c58a7f8397af41a425e615baffbf5f542146266068b14cc1245eaa00fd31 py3-fiona-1.9.3.tar.gz
87e6865a839649976f3c2a9217b5cba0eaef2507412457dbbfe753f39948405bf03dd0a2cc89d6941148c5bfbf37216e338ac120f67f79dfab8cb55d88415982 py3-fiona-1.9.4.tar.gz
0f9daebc982ead978e8e192e988593e2a10745ecba2d44a1f94d994e9fdcd1647de5b71f891c536f681f1a1a8be4fb416e50e27cb762811da333ec915bde4638 patch-vendor.patch
"
This diff is collapsed.
Click to expand it.
community/py3-fiona/patch-vendor.patch
0 → 100644
+
13
−
0
View file @
dcd770a7
diff --git a/fiona/fio/helpers.py b/fiona/fio/helpers.py
index 95829f3..144e7e3 100644
--- a/fiona/fio/helpers.py
+++ b/fiona/fio/helpers.py
@@ -8,7 +8,7 @@
import math
import warnings
from fiona.model import Geometry, to_dict
-from fiona._vendor.munch import munchify
+from munch import munchify
warnings.simplefilter("default")
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment