Codebase list python-graphene-sqlalchemy / 5e05b23
Initial release Sophie Brun 7 years ago
11 changed file(s) with 90 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-graphene-sqlalchemy for Debian
1 -------------------------------------
2
3 We don't build binary package python-graphene-sqlalchemy for Python2:
4 It depends (via python-graphene) on python*-promise which has no working
5 Python 2 version.
6
7 This Python module is required for king-phisher which only supports
8 Python 3.
9
10 -- Sophie Brun <[email protected]> Mon, 27 Mar 2017 16:07:12 +0200
0 python-graphene-sqlalchemy (1.1.1-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 28 Mar 2017 14:31:48 +0200
0 Source: python-graphene-sqlalchemy
1 Section: python
2 Priority: optional
3 Maintainer: Sophie Brun <[email protected]>
4 Build-Depends: debhelper (>= 9),
5 dh-python,
6 python3-all,
7 python3-setuptools,
8 python3-pytest,
9 python3-mock,
10 python3-sqlalchemy-utils,
11 python3-six,
12 python3-graphene,
13 python3-sqlalchemy,
14 python3-singledispatch,
15 python3-iso8601
16 Standards-Version: 3.9.8
17 Homepage: https://github.com/graphql-python/graphene-sqlalchemy
18 X-Python3-Version: >= 3.3
19 Vcs-Git: git://git.kali.org/packages/python-graphene-sqlalchemy.git
20 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-graphene-sqlalchemy.git;a=summary
21
22 Package: python3-graphene-sqlalchemy
23 Architecture: all
24 Depends: ${python3:Depends}, ${misc:Depends}, python3-singledispatch
25 Description: Graphene SQLAlchemy integration (Python 3)
26 This package contains a SQLAlchemy integration for Graphene.
27 .
28 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: graphene-sqlalchemy
2 Source: https://github.com/graphql-python/graphene-sqlalchemy
3
4 Files: *
5 Copyright: Syrus Akbary <[email protected]>
6 License: MIT
7
8 Files: debian/*
9 Copyright: 2017 Sophie Brun <[email protected]>
10 License: MIT
11
12 License: MIT
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the "Software"),
15 to deal in the Software without restriction, including without limitation
16 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17 and/or sell copies of the Software, and to permit persons to whom the
18 Software is furnished to do so, subject to the following conditions:
19 .
20 The above copyright notice and this permission notice shall be included in
21 all copies or substantial portions of the Software.
22 .
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
26 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29 DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1
2 export PYBUILD_NAME=graphene-sqlalchemy
3
4 %:
5 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts="uversionmangle=s/\.dev/~dev/" \
2 https://pypi.debian.net/graphene-sqlalchemy/graphene-sqlalchemy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))