pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-tldr: Import py-tldr-0.5 as wip/py-tldr



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Apr 27 22:07:49 2020 +0200
Changeset:	fd2c62d8214c401749ee8082e6f80b38044618ad

Modified Files:
	Makefile
Added Files:
	py-tldr/DESCR
	py-tldr/Makefile
	py-tldr/PLIST
	py-tldr/distinfo

Log Message:
py-tldr: Import py-tldr-0.5 as wip/py-tldr

A Python command line client for tldr.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd2c62d8214c401749ee8082e6f80b38044618ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  1 +
 py-tldr/DESCR    |  1 +
 py-tldr/Makefile | 20 ++++++++++++++++++++
 py-tldr/PLIST    | 11 +++++++++++
 py-tldr/distinfo |  7 +++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d1baae25df..51cabd2c1e 100644
--- a/Makefile
+++ b/Makefile
@@ -4064,6 +4064,7 @@ SUBDIR+=	py-tils
 SUBDIR+=	py-tinydb
 SUBDIR+=	py-tkinter-help
 SUBDIR+=	py-tklsystem
+SUBDIR+=	py-tldr
 SUBDIR+=	py-tmatrix
 SUBDIR+=	py-tmux
 SUBDIR+=	py-toeplitz
diff --git a/py-tldr/DESCR b/py-tldr/DESCR
new file mode 100644
index 0000000000..daf3e95e58
--- /dev/null
+++ b/py-tldr/DESCR
@@ -0,0 +1 @@
+A Python command line client for tldr.
diff --git a/py-tldr/Makefile b/py-tldr/Makefile
new file mode 100644
index 0000000000..f164082db8
--- /dev/null
+++ b/py-tldr/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.55 2020/04/27 19:54:53 leot Exp $
+
+DISTNAME=	tldr-0.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tldr/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/tldr-pages/tldr-python-client
+COMMENT=	Python command line client for tldr
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
+
+USE_LANGUAGES=			# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-tldr/PLIST b/py-tldr/PLIST
new file mode 100644
index 0000000000..9ab569a0d3
--- /dev/null
+++ b/py-tldr/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/tldr
+bin/tldr.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tldr.py
+${PYSITELIB}/tldr.pyc
+${PYSITELIB}/tldr.pyo
diff --git a/py-tldr/distinfo b/py-tldr/distinfo
new file mode 100644
index 0000000000..bb5292ada3
--- /dev/null
+++ b/py-tldr/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.53 2020/04/27 19:54:53 leot Exp $
+
+SHA1 (tldr-0.5.tar.gz) = e74124d98bd266679047ea0bedaa65b0a214dbcc
+RMD160 (tldr-0.5.tar.gz) = 026f11455ac4192f758fab45bbd2b58d57fe010e
+SHA512 (tldr-0.5.tar.gz) = cc471171ace81ff3f68721d7b9d16a2cb3e632ae4624bf48308bf1d11cd8c085d4b49725fb052773be7f748a32cd930cd07799c4351d86f1623bc7277ba7fcdd
+Size (tldr-0.5.tar.gz) = 8896 bytes
+SHA1 (patch-gallery__dl_version.py) = bcfd1666f21b9c050908a7e5592dfbce3b8791ce


Home | Main Index | Thread Index | Old Index