On Sat, Jun 29, 2019 at 01:30:16AM -0400, Kurt Mosiejczuk wrote:
> On Thu, Jun 13, 2019 at 08:06:31PM -0400, Kurt Mosiejczuk wrote:
> > On Thu, Jun 13, 2019 at 11:52:15PM +0000, wen heping wrote:
> > > Here is a revised patch for astro/py-astral update to 1.10.1.
> > > This patch:
> > > 1) removed TEST_DEPENDS=${RUN_DEPENDS}
> > > 2) update PLIST
> > > Same as the previous patch, it build well and passed all tests but
> > > only one failed because "Google require an API Key .."
> > > No other ports depend on it.
> > This update looks good to me. Other than the one notes test needing a Google
> > API key, all tests pass for both flavors on amd64 and sparc64.
> > OK kmos@
> OK to commit?
> I've included a clean version of the diff for reference.
Now with the actual clean version of the diff. *sigh*
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/astro/py-astral/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 28 Apr 2019 20:51:26 -0000 1.4
+++ Makefile 13 Jun 2019 23:45:01 -0000
@@ -2,11 +2,9 @@
COMMENT = calculations for the position of the sun and the moon
-MODPY_EGG_VERSION = 1.4
+MODPY_EGG_VERSION = 1.10.1
DISTNAME = astral-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
-EXTRACT_SUFX = .zip
-REVISION = 0
CATEGORIES = astro
@@ -25,7 +23,6 @@ MODPY_PYTEST = Yes
BUILD_DEPENDS = devel/py-tz${MODPY_FLAVOR}
RUN_DEPENDS = devel/py-tz${MODPY_FLAVOR}
-TEST_DEPENDS = ${RUN_DEPENDS}
FLAVORS = python3
FLAVOR ?=
Index: distinfo
===================================================================
RCS file: /cvs/ports/astro/py-astral/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 19 Jan 2018 21:53:46 -0000 1.1.1.1
+++ distinfo 13 Jun 2019 23:45:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (astral-1.4.zip) = 5/LIJawQHAlTgS4PTGF8pIvZ3V9Ov0UPfOkIbtj1of4=
-SIZE (astral-1.4.zip) = 35283
+SHA256 (astral-1.10.1.tar.gz) = 0qZyQ8RQMTHIVsr7GxJ23lKobluKHVB7fgi+5Ry2e/E=
+SIZE (astral-1.10.1.tar.gz) = 53198
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/astro/py-astral/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 19 Jan 2018 21:53:46 -0000 1.1.1.1
+++ pkg/PLIST 13 Jun 2019 23:45:01 -0000
@@ -6,4 +6,5 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/astral-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/astral-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/astral-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/astral-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/zip-safe
lib/python${MODPY_VERSION}/site-packages/astral.py
No comments:
Post a Comment