pkgsrc-WIP-changes archive

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

new pkg: py-curlify



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Oct 21 00:50:47 2020 +0100
Changeset:	31ba1cd3a20c3446d630571a6b78f992616f9b27

Added Files:
	py-curlify/DESCR
	py-curlify/Makefile
	py-curlify/PLIST
	py-curlify/distinfo

Log Message:
new pkg: py-curlify

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

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

diffstat:
 py-curlify/DESCR    |  1 +
 py-curlify/Makefile | 18 ++++++++++++++++++
 py-curlify/PLIST    |  9 +++++++++
 py-curlify/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/py-curlify/DESCR b/py-curlify/DESCR
new file mode 100644
index 0000000000..9b101e3f83
--- /dev/null
+++ b/py-curlify/DESCR
@@ -0,0 +1 @@
+Convert python requests request object to cURL command
diff --git a/py-curlify/Makefile b/py-curlify/Makefile
new file mode 100644
index 0000000000..5ec891e05b
--- /dev/null
+++ b/py-curlify/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	curlify-2.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	https://files.pythonhosted.org/packages/fa/2c/9254b2294d0250291560d78e16e5cd764b8e2caa75d4cad1e8ae9d73899d/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/oeegor/curlify
+COMMENT=	Library to convert python requests object to curl command
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-curlify/PLIST b/py-curlify/PLIST
new file mode 100644
index 0000000000..6bc3a0a94d
--- /dev/null
+++ b/py-curlify/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${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}/curlify.py
+${PYSITELIB}/curlify.pyc
+${PYSITELIB}/curlify.pyo
diff --git a/py-curlify/distinfo b/py-curlify/distinfo
new file mode 100644
index 0000000000..bfb80b36a3
--- /dev/null
+++ b/py-curlify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (curlify-2.2.1.tar.gz) = ef892b817a587def2ea0d170cacd0f981abd7109
+RMD160 (curlify-2.2.1.tar.gz) = c1814038d34fbd84bcef7e7d3c41ecf950be4f6c
+SHA512 (curlify-2.2.1.tar.gz) = 62802dbe485ebbe5bb4ed3eecd4cc9f5cc99e3a4f08e5439e689adf682e83623e688e4bfe5ec14b36a07c0c67595872c125e4e2a4fc71d5a2303749a39c96cc1
+Size (curlify-2.2.1.tar.gz) = 2970 bytes


Home | Main Index | Thread Index | Old Index