pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed May 10 21:59:57 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-robot-detection: DESCR Makefile PLIST distinfo

Log Message:
py-robot-detection: add version 0.4

robot_detection is a python module to detect if a given HTTP User Agent
is a web crawler. It uses the list of registered robots from
http://www.robotstxt.org: (Robots Database)


To generate a diff of this commit:
cvs rdiff -u -r1.1709 -r1.1710 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-robot-detection/DESCR \
    pkgsrc/www/py-robot-detection/Makefile \
    pkgsrc/www/py-robot-detection/PLIST \
    pkgsrc/www/py-robot-detection/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1709 pkgsrc/www/Makefile:1.1710
--- pkgsrc/www/Makefile:1.1709  Fri May  5 11:01:09 2023
+++ pkgsrc/www/Makefile Wed May 10 21:59:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1709 2023/05/05 11:01:09 adam Exp $
+# $NetBSD: Makefile,v 1.1710 2023/05/10 21:59:57 markd Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -846,6 +846,7 @@ SUBDIR+=    py-requests-wsgi-adapter
 SUBDIR+=       py-respx
 SUBDIR+=       py-rfc3986
 SUBDIR+=       py-robobrowser
+SUBDIR+=       py-robot-detection
 SUBDIR+=       py-rss2gen
 SUBDIR+=       py-sanic
 SUBDIR+=       py-sanic-routing

Added files:

Index: pkgsrc/www/py-robot-detection/DESCR
diff -u /dev/null pkgsrc/www/py-robot-detection/DESCR:1.1
--- /dev/null   Wed May 10 21:59:58 2023
+++ pkgsrc/www/py-robot-detection/DESCR Wed May 10 21:59:57 2023
@@ -0,0 +1,3 @@
+robot_detection is a python module to detect if a given HTTP User Agent
+is a web crawler. It uses the list of registered robots from
+http://www.robotstxt.org: (Robots Database)
Index: pkgsrc/www/py-robot-detection/Makefile
diff -u /dev/null pkgsrc/www/py-robot-detection/Makefile:1.1
--- /dev/null   Wed May 10 21:59:58 2023
+++ pkgsrc/www/py-robot-detection/Makefile      Wed May 10 21:59:57 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/05/10 21:59:57 markd Exp $
+
+DISTNAME=      robot-detection-0.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/robot-detection/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rory/robot-detection/
+COMMENT=       Detect web crawlers using HTTP User Agent
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-robot-detection/PLIST
diff -u /dev/null pkgsrc/www/py-robot-detection/PLIST:1.1
--- /dev/null   Wed May 10 21:59:58 2023
+++ pkgsrc/www/py-robot-detection/PLIST Wed May 10 21:59:57 2023
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/10 21:59:57 markd Exp $
+${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}/robot_detection.py
+${PYSITELIB}/robot_detection.pyc
+${PYSITELIB}/robot_detection.pyo
Index: pkgsrc/www/py-robot-detection/distinfo
diff -u /dev/null pkgsrc/www/py-robot-detection/distinfo:1.1
--- /dev/null   Wed May 10 21:59:58 2023
+++ pkgsrc/www/py-robot-detection/distinfo      Wed May 10 21:59:57 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/10 21:59:57 markd Exp $
+
+BLAKE2s (robot-detection-0.4.tar.gz) = 3426065d5e685b356e53f0134db577b1a983541706ee89e68abdc3bee3ed0c3b
+SHA512 (robot-detection-0.4.tar.gz) = c6b9979143a4dbe68a55c2ef47d3e029c66ec758d4ba17150199ae932201dda5b8e3c31aba092f8a7889fec38b3f647f161db813f6fca12b6c7404deb3726c08
+Size (robot-detection-0.4.tar.gz) = 6387 bytes



Home | Main Index | Thread Index | Old Index