pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56157f16a13a
branches:  trunk
changeset: 455650:56157f16a13a
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 07 13:07:56 2021 +0000

description:
go-quicktest: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                   |   3 +--
 devel/go-quicktest/DESCR         |   5 -----
 devel/go-quicktest/Makefile      |  22 ----------------------
 devel/go-quicktest/PLIST         |  31 -------------------------------
 devel/go-quicktest/buildlink3.mk |  18 ------------------
 devel/go-quicktest/distinfo      |   6 ------
 6 files changed, 1 insertions(+), 84 deletions(-)

diffs (119 lines):

diff -r 9a7bad8b6755 -r 56157f16a13a devel/Makefile
--- a/devel/Makefile    Wed Jul 07 13:06:57 2021 +0000
+++ b/devel/Makefile    Wed Jul 07 13:07:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3458 2021/07/07 13:06:57 nia Exp $
+# $NetBSD: Makefile,v 1.3459 2021/07/07 13:07:56 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -440,7 +440,6 @@
 SUBDIR+=       go-properties
 SUBDIR+=       go-protobuf
 SUBDIR+=       go-pty
-SUBDIR+=       go-quicktest
 SUBDIR+=       go-review
 SUBDIR+=       go-sanitized_anchor_name
 SUBDIR+=       go-siphash
diff -r 9a7bad8b6755 -r 56157f16a13a devel/go-quicktest/DESCR
--- a/devel/go-quicktest/DESCR  Wed Jul 07 13:06:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Quicktest provides a collection of Go helpers for writing tests.
-
-The library provides some base checkers like Equals, DeepEquals,
-Matches, ErrorMatches, IsNil and others. More can be added by
-implementing the Checker interface.
diff -r 9a7bad8b6755 -r 56157f16a13a devel/go-quicktest/Makefile
--- a/devel/go-quicktest/Makefile       Wed Jul 07 13:06:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2021/06/06 12:18:50 bsiegert Exp $
-
-DISTNAME=              go-quicktest-1.10.0
-PKGREVISION=           10
-CATEGORIES=            devel
-MASTER_SITES=          ${MASTER_SITE_GITHUB:=frankban/}
-GITHUB_PROJECT=                quicktest
-GITHUB_TAG=            v${PKGVERSION_NOREV}
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://github.com/frankban/quicktest
-COMMENT=               Quick helpers for testing Go applications
-LICENSE=               mit
-
-GO_SRCPATH=            github.com/frankban/quicktest
-GO_DIST_BASE=          ${DISTNAME:S/go-//}
-
-
-.include "../../devel/go-kr-pretty/buildlink3.mk"
-.include "../../devel/go-cmp/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9a7bad8b6755 -r 56157f16a13a devel/go-quicktest/PLIST
--- a/devel/go-quicktest/PLIST  Wed Jul 07 13:06:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/29 13:35:12 nikita Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/frankban/quicktest.a
-gopkg/pkg/${GO_PLATFORM}/github.com/frankban/quicktest/qtsuite.a
-gopkg/src/github.com/frankban/quicktest/LICENSE
-gopkg/src/github.com/frankban/quicktest/README.md
-gopkg/src/github.com/frankban/quicktest/checker.go
-gopkg/src/github.com/frankban/quicktest/checker_test.go
-gopkg/src/github.com/frankban/quicktest/cleanup_test.go
-gopkg/src/github.com/frankban/quicktest/comment.go
-gopkg/src/github.com/frankban/quicktest/comment_test.go
-gopkg/src/github.com/frankban/quicktest/deferpanic_test.go
-gopkg/src/github.com/frankban/quicktest/doc.go
-gopkg/src/github.com/frankban/quicktest/error.go
-gopkg/src/github.com/frankban/quicktest/error_test.go
-gopkg/src/github.com/frankban/quicktest/export_test.go
-gopkg/src/github.com/frankban/quicktest/format.go
-gopkg/src/github.com/frankban/quicktest/format_test.go
-gopkg/src/github.com/frankban/quicktest/go.mod
-gopkg/src/github.com/frankban/quicktest/go.sum
-gopkg/src/github.com/frankban/quicktest/iter.go
-gopkg/src/github.com/frankban/quicktest/mapiter.go
-gopkg/src/github.com/frankban/quicktest/mapiter_go1.11.go
-gopkg/src/github.com/frankban/quicktest/patch.go
-gopkg/src/github.com/frankban/quicktest/patch_test.go
-gopkg/src/github.com/frankban/quicktest/qtsuite/suite.go
-gopkg/src/github.com/frankban/quicktest/qtsuite/suite_test.go
-gopkg/src/github.com/frankban/quicktest/quicktest.go
-gopkg/src/github.com/frankban/quicktest/quicktest_test.go
-gopkg/src/github.com/frankban/quicktest/race_test.go
-gopkg/src/github.com/frankban/quicktest/report.go
-gopkg/src/github.com/frankban/quicktest/report_test.go
diff -r 9a7bad8b6755 -r 56157f16a13a devel/go-quicktest/buildlink3.mk
--- a/devel/go-quicktest/buildlink3.mk  Wed Jul 07 13:06:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/06/29 13:35:12 nikita Exp $
-
-BUILDLINK_TREE+=       go-quicktest
-
-.if !defined(GO_QUICKTEST_BUILDLINK3_MK)
-GO_QUICKTEST_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-quicktest=        ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-quicktest?=     build
-
-BUILDLINK_API_DEPENDS.go-quicktest+=   go-quicktest>=1.10.0
-BUILDLINK_PKGSRCDIR.go-quicktest?=     ../../devel/go-quicktest
-
-.include "../../devel/go-kr-pretty/buildlink3.mk"
-.include "../../devel/go-cmp/buildlink3.mk"
-.endif # GO_QUICKTEST_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-quicktest
diff -r 9a7bad8b6755 -r 56157f16a13a devel/go-quicktest/distinfo
--- a/devel/go-quicktest/distinfo       Wed Jul 07 13:06:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/06/29 13:35:12 nikita Exp $
-
-SHA1 (go-quicktest-1.10.0.tar.gz) = cdd134a9b27610f6b91c049d9cf5e7e37347fd20
-RMD160 (go-quicktest-1.10.0.tar.gz) = 836278bc2823ad570743c51e3f7e7a78cfd1c10e
-SHA512 (go-quicktest-1.10.0.tar.gz) = 3dbb7159d799b1a4788c3ffd47453496049f13a44bbcc1bd7fac48447f4447c1613517c8ed34b9cc5eb265d7a88e4053e0b583c1303adc73ff774b38847d29e1
-Size (go-quicktest-1.10.0.tar.gz) = 33165 bytes



Home | Main Index | Thread Index | Old Index