1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Python library for looking up blockchain data via DNSChain

WWW: https://github.com/okTurtles/pydnschain

PR:		201384
Submitted by:	yuri@rawbw.com
This commit is contained in:
Dmitry Marakasov 2015-12-04 15:03:12 +00:00
parent 84e07479b6
commit bc9d7a859b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402992
4 changed files with 25 additions and 0 deletions

View File

@ -163,6 +163,7 @@
SUBDIR += py-bonjour
SUBDIR += py-dns
SUBDIR += py-dns3
SUBDIR += py-dnschain
SUBDIR += py-dnspython
SUBDIR += py-easyzone
SUBDIR += py-idna

19
dns/py-dnschain/Makefile Normal file
View File

@ -0,0 +1,19 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= dnschain
PORTVERSION= 0.1.0
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Library for looking up blockchain data via DNSChain
LICENSE= MPL
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

2
dns/py-dnschain/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (dnschain-0.1.0.tar.gz) = 59310cf6bf3f31bd47617fd0cce79fe9941c4bc133905843efea10a68651017f
SIZE (dnschain-0.1.0.tar.gz) = 3180

View File

@ -0,0 +1,3 @@
Python library for looking up blockchain data via DNSChain
WWW: https://github.com/okTurtles/pydnschain