Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2023 16:35:03 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd7ad1ecf94f - main - =?utf-8?Q?devel/py-sexpdata:=20update=200.0.3=20=E2=86=92=200.0.4?=
Message-ID:  <202302151635.31FGZ3Fc087839@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7ad1ecf94f600d663ab3636c370d9569113ada

commit cd7ad1ecf94f600d663ab3636c370d9569113ada
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2023-02-10 10:55:50 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2023-02-15 16:33:34 +0000

    devel/py-sexpdata: update 0.0.3 → 0.0.4
    
    - Add LICENSE, update WWW, switch to github to support testing
---
 devel/py-sexpdata/Makefile | 12 ++++++++----
 devel/py-sexpdata/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/devel/py-sexpdata/Makefile b/devel/py-sexpdata/Makefile
index 8a4006168607..baddfc87ff7b 100644
--- a/devel/py-sexpdata/Makefile
+++ b/devel/py-sexpdata/Makefile
@@ -1,17 +1,21 @@
 PORTNAME=	sexpdata
-PORTVERSION=	0.0.3
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.0.4
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	S-expression parser for Python
-WWW=		https://github.com/jd-boyd/sexpdata
+WWW=		https://pypi.org/project/sexpdata/ \
+		https://github.com/jd-boyd/sexpdata
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_GITHUB=	yes
+GH_ACCOUNT=	jd-boyd
+USE_PYTHON=	autoplist distutils pytest
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/py-sexpdata/distinfo b/devel/py-sexpdata/distinfo
index bbd0d9ee2127..31ceeb04c156 100644
--- a/devel/py-sexpdata/distinfo
+++ b/devel/py-sexpdata/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554920367
-SHA256 (sexpdata-0.0.3.tar.gz) = 1ac827a616c5e87ebb60fd6686fb86f8a166938c645f4089d92de3ffbdd494e0
-SIZE (sexpdata-0.0.3.tar.gz) = 6280
+TIMESTAMP = 1676026206
+SHA256 (jd-boyd-sexpdata-v0.0.4_GH0.tar.gz) = 5de2b27b49dfa140255d3ad55664c3d91aa3ee18e8509e167b91a1619971b681
+SIZE (jd-boyd-sexpdata-v0.0.4_GH0.tar.gz) = 16489



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302151635.31FGZ3Fc087839>