Date: Mon, 11 Feb 2019 10:44:04 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492684 - in head/www: . py-fake-useragent Message-ID: <201902111044.x1BAi4S4089484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Feb 11 10:44:04 2019 New Revision: 492684 URL: https://svnweb.freebsd.org/changeset/ports/492684 Log: Add py-fake-useragent 0.1.11, up to date simple useragent faker with real world database. Added: head/www/py-fake-useragent/ head/www/py-fake-useragent/Makefile (contents, props changed) head/www/py-fake-useragent/distinfo (contents, props changed) head/www/py-fake-useragent/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Feb 11 10:24:45 2019 (r492683) +++ head/www/Makefile Mon Feb 11 10:44:04 2019 (r492684) @@ -1627,6 +1627,7 @@ SUBDIR += py-drf-yasg SUBDIR += py-dtflickr SUBDIR += py-evernote + SUBDIR += py-fake-useragent SUBDIR += py-falcon SUBDIR += py-fcgi SUBDIR += py-fedex Added: head/www/py-fake-useragent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-fake-useragent/Makefile Mon Feb 11 10:44:04 2019 (r492684) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fake-useragent +PORTVERSION= 0.1.11 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Up to date simple useragent faker with real world database + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-fake-useragent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-fake-useragent/distinfo Mon Feb 11 10:44:04 2019 (r492684) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549877247 +SHA256 (fake-useragent-0.1.11.tar.gz) = c104998b750eb097eefc28ae28e92d66397598d2cf41a31aa45d5559ef1adf35 +SIZE (fake-useragent-0.1.11.tar.gz) = 13200 Added: head/www/py-fake-useragent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-fake-useragent/pkg-descr Mon Feb 11 10:44:04 2019 (r492684) @@ -0,0 +1,7 @@ +Up to date simple useragent faker with real world database. + +Features: + * grabs up to date useragent from useragentstring.com + * randomize with real world statistic via w3schools.com + +WWW: https://pypi.org/project/fake-useragent/fake-useragent/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902111044.x1BAi4S4089484>