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:
parent
84e07479b6
commit
bc9d7a859b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402992
@ -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
19
dns/py-dnschain/Makefile
Normal 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
2
dns/py-dnschain/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dnschain-0.1.0.tar.gz) = 59310cf6bf3f31bd47617fd0cce79fe9941c4bc133905843efea10a68651017f
|
||||
SIZE (dnschain-0.1.0.tar.gz) = 3180
|
3
dns/py-dnschain/pkg-descr
Normal file
3
dns/py-dnschain/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Python library for looking up blockchain data via DNSChain
|
||||
|
||||
WWW: https://github.com/okTurtles/pydnschain
|
Loading…
Reference in New Issue
Block a user