Received: by mail.netbsd.org (Postfix, from userid 605) id CE70484D93; Tue, 4 Aug 2020 00:31:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54FA684D92 for ; Tue, 4 Aug 2020 00:31:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XFJirO1VjnjV for ; Tue, 4 Aug 2020 00:31:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E41384D86 for ; Tue, 4 Aug 2020 00:31:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88ADCFB28; Tue, 4 Aug 2020 00:31:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1596501083235740" MIME-Version: 1.0 Date: Tue, 4 Aug 2020 00:31:23 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/py-django-phonenumber-field To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200804003123.88ADCFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1596501083235740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Aug 4 00:31:23 UTC 2020 Added Files: pkgsrc/www/py-django-phonenumber-field: DESCR Makefile PLIST distinfo Log Message: Add py-django-phnumber-field-4.0.0: django-phonenumber-field is a Django library which interfaces with python-phonenumbers to validate, pretty print and convert phone numbers. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-phonenumber-field/DESCR \ pkgsrc/www/py-django-phonenumber-field/Makefile \ pkgsrc/www/py-django-phonenumber-field/PLIST \ pkgsrc/www/py-django-phonenumber-field/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1596501083235740 Content-Disposition: inline Content-Length: 7580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/py-django-phonenumber-field/DESCR diff -u /dev/null pkgsrc/www/py-django-phonenumber-field/DESCR:1.1 --- /dev/null Tue Aug 4 00:31:23 2020 +++ pkgsrc/www/py-django-phonenumber-field/DESCR Tue Aug 4 00:31:23 2020 @@ -0,0 +1,2 @@ +django-phonenumber-field is a Django library which interfaces with +python-phonenumbers to validate, pretty print and convert phone numbers. Index: pkgsrc/www/py-django-phonenumber-field/Makefile diff -u /dev/null pkgsrc/www/py-django-phonenumber-field/Makefile:1.1 --- /dev/null Tue Aug 4 00:31:23 2020 +++ pkgsrc/www/py-django-phonenumber-field/Makefile Tue Aug 4 00:31:23 2020 @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2020/08/04 00:31:23 joerg Exp $ + +DISTNAME= django-phnumber-field-4.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_GITHUB:=stefanfoulis/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/stefanfoulis/django-phonenumber-field +COMMENT= Django library for managing phone numbers +LICENSE= mit + +GITHUB_PROJECT= django-phonenumber-field +GITHUB_TAG= ${PKGVERSION_NOREV} + +DEPENDS+= ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel +DEPENDS+= ${PYPKGPREFIX}-django>=1.11.3:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=7.0.2:../../textproc/py-phonenumbers +TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +USE_LANGUAGES= # none + +do-test: + cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-django-phonenumber-field/PLIST diff -u /dev/null pkgsrc/www/py-django-phonenumber-field/PLIST:1.1 --- /dev/null Tue Aug 4 00:31:23 2020 +++ pkgsrc/www/py-django-phonenumber-field/PLIST Tue Aug 4 00:31:23 2020 @@ -0,0 +1,80 @@ +@comment $NetBSD: PLIST,v 1.1 2020/08/04 00:31:23 joerg Exp $ +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/django_phonenumber_field-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/phonenumber_field/__init__.py +${PYSITELIB}/phonenumber_field/__init__.pyc +${PYSITELIB}/phonenumber_field/__init__.pyo +${PYSITELIB}/phonenumber_field/formfields.py +${PYSITELIB}/phonenumber_field/formfields.pyc +${PYSITELIB}/phonenumber_field/formfields.pyo +${PYSITELIB}/phonenumber_field/locale/az/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/az/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/bn/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/bn/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/cs/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/cs/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/da/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/da/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/de/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/de/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/eo/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/eo/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/es/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/es/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/fi/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/fi/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/fr/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/fr/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/he/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/he/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/hy/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/hy/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/it/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/it/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/ko/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/ko/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/nb/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/nb/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/nl/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/nl/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/pl/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/pl/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/pt/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/pt/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/pt_BR/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/pt_BR/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/ro/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/ro/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/ru/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/ru/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/sk/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/sk/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/sv/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/sv/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/tr/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/tr/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/uk/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/uk/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/uk_UA/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/uk_UA/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/locale/zh_Hans/LC_MESSAGES/django.mo +${PYSITELIB}/phonenumber_field/locale/zh_Hans/LC_MESSAGES/django.po +${PYSITELIB}/phonenumber_field/modelfields.py +${PYSITELIB}/phonenumber_field/modelfields.pyc +${PYSITELIB}/phonenumber_field/modelfields.pyo +${PYSITELIB}/phonenumber_field/phonenumber.py +${PYSITELIB}/phonenumber_field/phonenumber.pyc +${PYSITELIB}/phonenumber_field/phonenumber.pyo +${PYSITELIB}/phonenumber_field/serializerfields.py +${PYSITELIB}/phonenumber_field/serializerfields.pyc +${PYSITELIB}/phonenumber_field/serializerfields.pyo +${PYSITELIB}/phonenumber_field/validators.py +${PYSITELIB}/phonenumber_field/validators.pyc +${PYSITELIB}/phonenumber_field/validators.pyo +${PYSITELIB}/phonenumber_field/widgets.py +${PYSITELIB}/phonenumber_field/widgets.pyc +${PYSITELIB}/phonenumber_field/widgets.pyo Index: pkgsrc/www/py-django-phonenumber-field/distinfo diff -u /dev/null pkgsrc/www/py-django-phonenumber-field/distinfo:1.1 --- /dev/null Tue Aug 4 00:31:23 2020 +++ pkgsrc/www/py-django-phonenumber-field/distinfo Tue Aug 4 00:31:23 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/08/04 00:31:23 joerg Exp $ + +SHA1 (django-phnumber-field-4.0.0.tar.gz) = eb32b5b35c6e4e326900bd5d9cfb8dfb59028eee +RMD160 (django-phnumber-field-4.0.0.tar.gz) = 4cbdd2cff75316808045b0f84d2c3825bbeffbed +SHA512 (django-phnumber-field-4.0.0.tar.gz) = 0b6a621ff3aa241aeca4eae5eb22f742ddace15d32602161c0829d58dd47c830ea2e351e46f45dda8a80d4bef58324353990eb42aab58e54a5f4457510eb68a0 +Size (django-phnumber-field-4.0.0.tar.gz) = 22016 bytes --_----------=_1596501083235740--