new pkg: py-curlify

This commit is contained in:
K.I.A.Derouiche 2020-10-21 00:50:47 +01:00
parent da92d7f9c0
commit 31ba1cd3a2
4 changed files with 34 additions and 0 deletions

1
py-curlify/DESCR Normal file
View File

@ -0,0 +1 @@
Convert python requests request object to cURL command

18
py-curlify/Makefile Normal file
View File

@ -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
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"

9
py-curlify/PLIST Normal file
View File

@ -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

6
py-curlify/distinfo Normal file
View File

@ -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