pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a45585fb8746
branches:  trunk
changeset: 456027:a45585fb8746
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jul 17 07:18:48 2021 +0000

description:
go-testify: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                 |   3 +-
 devel/go-testify/DESCR         |   9 -----
 devel/go-testify/Makefile      |  20 ------------
 devel/go-testify/PLIST         |  68 ------------------------------------------
 devel/go-testify/buildlink3.mk |  15 ---------
 devel/go-testify/distinfo      |   6 ---
 6 files changed, 1 insertions(+), 120 deletions(-)

diffs (155 lines):

diff -r 9058c4808229 -r a45585fb8746 devel/Makefile
--- a/devel/Makefile    Sat Jul 17 07:17:09 2021 +0000
+++ b/devel/Makefile    Sat Jul 17 07:18:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3472 2021/07/17 07:15:18 nia Exp $
+# $NetBSD: Makefile,v 1.3473 2021/07/17 07:18:48 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -434,7 +434,6 @@
 SUBDIR+=       go-siphash
 SUBDIR+=       go-sys
 SUBDIR+=       go-termbox
-SUBDIR+=       go-testify
 SUBDIR+=       go-tools
 SUBDIR+=       go-try
 SUBDIR+=       go-xerrors
diff -r 9058c4808229 -r a45585fb8746 devel/go-testify/DESCR
--- a/devel/go-testify/DESCR    Sat Jul 17 07:17:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-Go code (golang) set of packages that provide many tools for testifying that
-your code will behave as you intend.
-
-Features include:
-
-- Easy assertions
-- Mocking
-- HTTP response trapping
-- Testing suite interfaces and functions
diff -r 9058c4808229 -r a45585fb8746 devel/go-testify/Makefile
--- a/devel/go-testify/Makefile Sat Jul 17 07:17:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.38 2021/07/13 11:36:43 bsiegert Exp $
-
-DISTNAME=      go-testify-1.2.1
-PKGREVISION=   29
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=stretchr/}
-GITHUB_PROJECT=        testify
-GITHUB_TAG=    v1.2.1
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/stretchr/testify
-COMMENT=       Extension to the standard Go testing package
-LICENSE=       modified-bsd
-
-WRKSRC=                ${WRKDIR}
-GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
-GO_SRCPATH=    github.com/stretchr/testify
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9058c4808229 -r a45585fb8746 devel/go-testify/PLIST
--- a/devel/go-testify/PLIST    Sat Jul 17 07:17:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/13 19:27:00 bsiegert Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/assert.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/http.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/mock.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/require.a
-gopkg/pkg/${GO_PLATFORM}/github.com/stretchr/testify/suite.a
-gopkg/src/github.com/stretchr/testify/Gopkg.lock
-gopkg/src/github.com/stretchr/testify/Gopkg.toml
-gopkg/src/github.com/stretchr/testify/LICENSE
-gopkg/src/github.com/stretchr/testify/README.md
-gopkg/src/github.com/stretchr/testify/_codegen/main.go
-gopkg/src/github.com/stretchr/testify/assert/assertion_format.go
-gopkg/src/github.com/stretchr/testify/assert/assertion_format.go.tmpl
-gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go
-gopkg/src/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
-gopkg/src/github.com/stretchr/testify/assert/assertions.go
-gopkg/src/github.com/stretchr/testify/assert/assertions_test.go
-gopkg/src/github.com/stretchr/testify/assert/doc.go
-gopkg/src/github.com/stretchr/testify/assert/errors.go
-gopkg/src/github.com/stretchr/testify/assert/forward_assertions.go
-gopkg/src/github.com/stretchr/testify/assert/forward_assertions_test.go
-gopkg/src/github.com/stretchr/testify/assert/http_assertions.go
-gopkg/src/github.com/stretchr/testify/assert/http_assertions_test.go
-gopkg/src/github.com/stretchr/testify/doc.go
-gopkg/src/github.com/stretchr/testify/http/doc.go
-gopkg/src/github.com/stretchr/testify/http/test_response_writer.go
-gopkg/src/github.com/stretchr/testify/http/test_round_tripper.go
-gopkg/src/github.com/stretchr/testify/mock/doc.go
-gopkg/src/github.com/stretchr/testify/mock/mock.go
-gopkg/src/github.com/stretchr/testify/mock/mock_test.go
-gopkg/src/github.com/stretchr/testify/package_test.go
-gopkg/src/github.com/stretchr/testify/require/doc.go
-gopkg/src/github.com/stretchr/testify/require/forward_requirements.go
-gopkg/src/github.com/stretchr/testify/require/forward_requirements_test.go
-gopkg/src/github.com/stretchr/testify/require/require.go
-gopkg/src/github.com/stretchr/testify/require/require.go.tmpl
-gopkg/src/github.com/stretchr/testify/require/require_forward.go
-gopkg/src/github.com/stretchr/testify/require/require_forward.go.tmpl
-gopkg/src/github.com/stretchr/testify/require/requirements.go
-gopkg/src/github.com/stretchr/testify/require/requirements_test.go
-gopkg/src/github.com/stretchr/testify/suite/doc.go
-gopkg/src/github.com/stretchr/testify/suite/interfaces.go
-gopkg/src/github.com/stretchr/testify/suite/suite.go
-gopkg/src/github.com/stretchr/testify/suite/suite_test.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE
-gopkg/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go
-gopkg/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go
-@pkgdir bin
diff -r 9058c4808229 -r a45585fb8746 devel/go-testify/buildlink3.mk
--- a/devel/go-testify/buildlink3.mk    Sat Jul 17 07:17:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2018/01/07 13:04:02 rillig Exp $
-
-BUILDLINK_TREE+=       go-testify
-
-.if !defined(GO_TESTIFY_BUILDLINK3_MK)
-GO_TESTIFY_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-testify=  ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-testify?=       build
-
-BUILDLINK_API_DEPENDS.go-testify+=     go-testify>=1.1.3
-BUILDLINK_PKGSRCDIR.go-testify?=       ../../devel/go-testify
-.endif # GO_TESTIFY_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-testify
diff -r 9058c4808229 -r a45585fb8746 devel/go-testify/distinfo
--- a/devel/go-testify/distinfo Sat Jul 17 07:17:09 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/03/13 19:27:00 bsiegert Exp $
-
-SHA1 (go-testify-1.2.1.tar.gz) = bf324b3bbf21ce5bbe124a60cd9747f43d946ab3
-RMD160 (go-testify-1.2.1.tar.gz) = 8f3534cbd69127e96e5a7c568d7ddbbf42d98bc4
-SHA512 (go-testify-1.2.1.tar.gz) = abd6efb21d3505d12d7ff49459fe3b6066c1648ab43a5cb7860d8c822377ab5c57a07437a5e53c6f1630d369796178d122ec03314764a393d145af5d13b4e454
-Size (go-testify-1.2.1.tar.gz) = 95210 bytes



Home | Main Index | Thread Index | Old Index