forked from PeerAssets/pypeerassets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d833c
commit d767752
Showing
6 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pypeerassets.egg-info/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |