Skip to content

Commit

Permalink
initial work on debian package.
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Mar 5, 2017
1 parent b8d833c commit d767752
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python3-pypeerassets (0.2-1) stable; urgency=low
* Initial release.
-- <[email protected]> Sat, 04 Mar 2017 17:48:10 +0000
1 change: 1 addition & 0 deletions debian/clean
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pypeerassets.egg-info/*
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
19 changes: 19 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Source: python3-pypeerassets
Section: python
Priority: optional
Maintainer: Peerchemist, <[email protected]>
Build-Depends: debhelper (>= 9),
dh-python,
python3 (>= 3.4.2-1),
python3-setuptools,
python3-all
Standards-Version: 3.9.6
X-Python-Version: >= 3.4

Package: python3-pypeerassets
Architecture: all
Section: python
Depends: python-requests (>= 2.4.3-1), python3-secp256k1, python3-peercoinrpc, python3-protobuf, ${misc:Depends}, ${python3:Depends}
Description: Python library to communicate with peercoin daemon via JSON-RPC protocol.
Python Library to communicate with peercoin daemon via JSON-RPC protocol implemented with popular python-requests library.
.
7 changes: 7 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pypeerassets
Upstream-Contact: Peerchemist, <[email protected]>

Files: *
Copyright: 2017, PeerAssets developers
License: BSD-3-Clause
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
export PYBUILD_NAME=pypeerassets

%:
dh $@ --with python3 --buildsystem=pybuild

0 comments on commit d767752

Please sign in to comment.