Skip to content
Snippets Groups Projects
Verified Commit 84a9f2d5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add prepared debian/ direcotry.

parent 6bdeefd1
No related branches found
No related tags found
No related merge requests found
debian/python3-osmalchemy/
debian/*debhelper*
debian/*log*
debian/*substvars*
debian/files
9
Source: osmalchemy
Maintainer: Dominik George <nik@naturalnet.de>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.8
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/Natureshadow/OSMAlchemy
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/osmalchemy.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/osmalchemy.git
Package: python3-osmalchemy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: OpenStreetMap to SQLAlchemy bridge
OSMAlchemy is a bridge between SQLAlchemy and the OpenStreetMap API.
.
OSMAlchemy's goal is to provide completely transparent integration of
the real-world OpenStreetMap data within projects using SQLAlchemy. It
provides two things:
.
1. Model declaratives resembling the structure of the main OpenStreetMap
database, with some limitations, usable wherever SQLAlchemy is used,
and
2. Transparent proxying and data-fetching from OpenStreetMap data.
.
The idea is that the model can be queried using SQLAlchemy, and
OSMAlchemy will either satisfy the query from the database directly or
fetch data from OpenStreetMap.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OSMAlchemy
Upstream-Contact: Dominik George, Eike Tim Jesinghaus <osmalchemy@veripeditus.org>
Source: https://github.com/Natureshadow/OSMAlchemy
Files: *
Copyright: 2016 Dominik George <nik@naturalnet.de>
2016 Eike Tim Jesinghaus <eike@naturalnet.de>
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
README.rst
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Sun, 11 Sep 2016 12:21:26 +0200
export PYBUILD_NAME=osmalchemy
export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild
3.0 (quilt)
# please also check http://pypi.debian.net/OSMAlchemy/watch
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.debian.net/OSMAlchemy/OSMAlchemy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment