Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
33e74bdb
Commit
33e74bdb
authored
Jul 28, 2016
by
gnastyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python2-pyspatialite: imported as new dep of qgis
parent
ccee87c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
python2-pyspatialite/PKGBUILD
python2-pyspatialite/PKGBUILD
+30
-0
python2-pyspatialite/setup.cfg
python2-pyspatialite/setup.cfg
+5
-0
No files found.
python2-pyspatialite/PKGBUILD
0 → 100644
View file @
33e74bdb
# Maintainer: SaultDon <sault.don gmail>
_pkgname
=
pyspatialite
pkgname
=
python2-
$_pkgname
pkgver
=
3.0.1
pkgrel
=
1
pkgdesc
=
"An interface to the SQLite 3.x embedded relational database engine with spatialite extensions."
arch
=(
'x86_64'
)
url
=
"https://pypi.python.org/pypi/pyspatialite"
license
=(
'ZLIB'
'LIBPNG'
)
depends
=(
'python2'
'python2-setuptools'
'libspatialite'
)
options
=(!
emptydirs
)
source
=(
"https://pypi.python.org/packages/source/p/pyspatialite/
$_pkgname
-
$pkgver
-alpha-0.tar.gz"
"setup.cfg"
)
sha1sums
=(
'faa7dcb6dc32674e08422de5b8c5a29270e42434'
'36b62482b11796b720f6c50b6153eb128474e9af'
)
build
()
{
cd
$_pkgname
-
$pkgver
-alpha-0
cp
"
$srcdir
/setup.cfg"
.
python2 setup.py build
}
package_python2-pyspatialite
()
{
cd
"
$srcdir
/
$_pkgname
-
$pkgver
-alpha-0"
python2 setup.py
install
--root
=
"
$pkgdir
"
--optimize
=
1
install
-Dm644
LICENSE
"
$pkgdir
/usr/share/licenses/
$pkgname
/LICENSE"
rm
-r
"
$pkgdir
/usr/
$_pkgname
-doc"
}
python2-pyspatialite/setup.cfg
0 → 100644
View file @
33e74bdb
[build_ext]
define=
include_dirs=/usr/include
library_dirs=/usr/lib
libraries=spatialite
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment