pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel go-assert: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9ba4f43dfb
branches:  trunk
changeset: 455319:2d9ba4f43dfb
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 03 09:33:51 2021 +0000

description:
go-assert: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                |   3 +--
 devel/go-assert/DESCR         |  10 ----------
 devel/go-assert/Makefile      |  24 ------------------------
 devel/go-assert/PLIST         |  12 ------------
 devel/go-assert/buildlink3.mk |  16 ----------------
 devel/go-assert/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 70 deletions(-)

diffs (105 lines):

diff -r d04b792ba671 -r 2d9ba4f43dfb devel/Makefile
--- a/devel/Makefile    Sat Jul 03 09:23:45 2021 +0000
+++ b/devel/Makefile    Sat Jul 03 09:33:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3432 2021/07/01 06:10:32 nia Exp $
+# $NetBSD: Makefile,v 1.3433 2021/07/03 09:33:51 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -409,7 +409,6 @@
 SUBDIR+=       gnustep-objc
 SUBDIR+=       gnustep-objc-lf2
 SUBDIR+=       go-argv
-SUBDIR+=       go-assert
 SUBDIR+=       go-blackfriday
 SUBDIR+=       go-bytebufferpool
 SUBDIR+=       go-cast
diff -r d04b792ba671 -r 2d9ba4f43dfb devel/go-assert/DESCR
--- a/devel/go-assert/DESCR     Sat Jul 03 09:23:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Go assertion library (fork of stretchr/testify/require)
-
-This is a fork of stretchr's assertion library that does two things:
-
-    It makes spotting differences in equality much easier. It uses
-    repr and diffmatchpatch to display structural differences in
-    colour.
-
-    Aborts tests on first assertion failure (the same behaviour as
-    stretchr/testify/require).
diff -r d04b792ba671 -r 2d9ba4f43dfb devel/go-assert/Makefile
--- a/devel/go-assert/Makefile  Sat Jul 03 09:23:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/06/06 12:18:47 bsiegert Exp $
-
-DISTNAME=      assert-0.0.0.20170929
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   25
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=alecthomas/}
-CATEGORIES=    devel
-GITHUB_PROJECT=        assert
-GITHUB_TAG=    405dbfeb8e38effee6e723317226e93fff912d06
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/alecthomas/assert
-COMMENT=       Go assertion library
-LICENSE=       mit
-
-GO_DIST_BASE=  assert-${GITHUB_TAG}
-GO_SRCPATH=    github.com/alecthomas/assert
-
-.include "../../devel/go-colour/buildlink3.mk"
-.include "../../devel/go-isatty/buildlink3.mk"
-.include "../../devel/go-repr/buildlink3.mk"
-.include "../../textproc/go-diff/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d04b792ba671 -r 2d9ba4f43dfb devel/go-assert/PLIST
--- a/devel/go-assert/PLIST     Sat Jul 03 09:23:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/18 07:46:43 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/assert.a
-gopkg/src/github.com/alecthomas/assert/LICENCE.txt
-gopkg/src/github.com/alecthomas/assert/README.md
-gopkg/src/github.com/alecthomas/assert/_example/diff.png
-gopkg/src/github.com/alecthomas/assert/_example/example_test.go
-gopkg/src/github.com/alecthomas/assert/assertions.go
-gopkg/src/github.com/alecthomas/assert/diff.go
-gopkg/src/github.com/alecthomas/assert/doc.go
-gopkg/src/github.com/alecthomas/assert/errors.go
-gopkg/src/github.com/alecthomas/assert/forward_assertions.go
-gopkg/src/github.com/alecthomas/assert/http_assertions.go
diff -r d04b792ba671 -r 2d9ba4f43dfb devel/go-assert/buildlink3.mk
--- a/devel/go-assert/buildlink3.mk     Sat Jul 03 09:23:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 07:46:43 ryoon Exp $
-
-BUILDLINK_TREE+=       go-assert
-
-.if !defined(GO_ASSERT_BUILDLINK3_MK)
-GO_ASSERT_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-assert=   ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-assert?=                build
-
-BUILDLINK_API_DEPENDS.go-assert+=      go-assert>=0.0.0.20170929
-BUILDLINK_PKGSRCDIR.go-assert?=                ../../devel/go-assert
-
-.endif # GO_ASSERT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-assert
diff -r d04b792ba671 -r 2d9ba4f43dfb devel/go-assert/distinfo
--- a/devel/go-assert/distinfo  Sat Jul 03 09:23:45 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/11/18 07:46:43 ryoon Exp $
-
-SHA1 (assert-0.0.0.20170929-405dbfeb8e38effee6e723317226e93fff912d06.tar.gz) = d764a9788c20f05c6e67cd3dc1f0050cb93ec73e
-RMD160 (assert-0.0.0.20170929-405dbfeb8e38effee6e723317226e93fff912d06.tar.gz) = 8c4d3bfbaf5b35f4ade9294f1934714de7eae8ee
-SHA512 (assert-0.0.0.20170929-405dbfeb8e38effee6e723317226e93fff912d06.tar.gz) = 
182f141d83bb9b1d7d94cf3b1beb2e7c4074f9be3bd0250e3423fe64e6182f34b54b36e517397aa88440e42fe116973ed435bde6b8343df299db6ebb32591331
-Size (assert-0.0.0.20170929-405dbfeb8e38effee6e723317226e93fff912d06.tar.gz) = 71099 bytes



Home | Main Index | Thread Index | Old Index