pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-lama-quotes devel/py-lama-quotes: import py-l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba60488af93e
branches:  trunk
changeset: 380923:ba60488af93e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 18 22:30:30 2022 +0000

description:
devel/py-lama-quotes: import py-lama-quotes-0.1.0

Simple quote checker for pylama

diffstat:

 devel/py-lama-quotes/DESCR    |   1 +
 devel/py-lama-quotes/Makefile |  20 ++++++++++++++++++++
 devel/py-lama-quotes/PLIST    |  15 +++++++++++++++
 devel/py-lama-quotes/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r ea720126736b -r ba60488af93e devel/py-lama-quotes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lama-quotes/DESCR        Sat Jun 18 22:30:30 2022 +0000
@@ -0,0 +1,1 @@
+Simple quote checker for pylama
diff -r ea720126736b -r ba60488af93e devel/py-lama-quotes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lama-quotes/Makefile     Sat Jun 18 22:30:30 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/06/18 22:30:30 wiz Exp $
+
+DISTNAME=      pylama_quotes-0.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylama-quotes/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/pylama-quotes/
+COMMENT=       Simple quote checker for pylama
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-lama>=7.3.7:../../devel/py-lama
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ea720126736b -r ba60488af93e devel/py-lama-quotes/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lama-quotes/PLIST        Sat Jun 18 22:30:30 2022 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/18 22:30:30 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pylama_quotes/__init__.py
+${PYSITELIB}/pylama_quotes/__init__.pyc
+${PYSITELIB}/pylama_quotes/__init__.pyo
+${PYSITELIB}/pylama_quotes/direct.py
+${PYSITELIB}/pylama_quotes/direct.pyc
+${PYSITELIB}/pylama_quotes/direct.pyo
+${PYSITELIB}/pylama_quotes/linter_quotes.py
+${PYSITELIB}/pylama_quotes/linter_quotes.pyc
+${PYSITELIB}/pylama_quotes/linter_quotes.pyo
diff -r ea720126736b -r ba60488af93e devel/py-lama-quotes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lama-quotes/distinfo     Sat Jun 18 22:30:30 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/18 22:30:30 wiz Exp $
+
+BLAKE2s (pylama_quotes-0.1.0.tar.gz) = a774f36a1586d81c7a0d17037b830f1f5bd6d65a4e7e949a8e608a1751990ab0
+SHA512 (pylama_quotes-0.1.0.tar.gz) = d4bb63fd80198508b6da3ac496df6d67ac661eba02bdbada924e3113ffc9564f282b631bf256ab425a49e79e12673597315d0fb420da1a6b9864a9a05fbea937
+Size (pylama_quotes-0.1.0.tar.gz) = 2729 bytes



Home | Main Index | Thread Index | Old Index