diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2019-02-11 18:44:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2019-02-11 18:44:04 +0800 |
commit | cb9cf23b9eaff8a6d95f04b506fecda8c39a6137 (patch) | |
tree | 74fd98728f1a39818fe7d4f8f9a520bf3a4c4953 /www | |
parent | df5a71263b92a472e8955c3102015971dc876318 (diff) | |
download | freebsd-ports-gnome-cb9cf23b9eaff8a6d95f04b506fecda8c39a6137.tar.gz freebsd-ports-gnome-cb9cf23b9eaff8a6d95f04b506fecda8c39a6137.tar.zst freebsd-ports-gnome-cb9cf23b9eaff8a6d95f04b506fecda8c39a6137.zip |
Add py-fake-useragent 0.1.11, up to date simple useragent faker with
real world database.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-fake-useragent/Makefile | 21 | ||||
-rw-r--r-- | www/py-fake-useragent/distinfo | 3 | ||||
-rw-r--r-- | www/py-fake-useragent/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ecba6fc0dc82..c6c3bc1fb9d3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-fake-useragent/Makefile b/www/py-fake-useragent/Makefile new file mode 100644 index 000000000000..043fe73fc19f --- /dev/null +++ b/www/py-fake-useragent/Makefile @@ -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> diff --git a/www/py-fake-useragent/distinfo b/www/py-fake-useragent/distinfo new file mode 100644 index 000000000000..dcd26c297f91 --- /dev/null +++ b/www/py-fake-useragent/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549877247 +SHA256 (fake-useragent-0.1.11.tar.gz) = c104998b750eb097eefc28ae28e92d66397598d2cf41a31aa45d5559ef1adf35 +SIZE (fake-useragent-0.1.11.tar.gz) = 13200 diff --git a/www/py-fake-useragent/pkg-descr b/www/py-fake-useragent/pkg-descr new file mode 100644 index 000000000000..40afde249ffb --- /dev/null +++ b/www/py-fake-useragent/pkg-descr @@ -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/ |