pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-ipynb



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 16 13:52:56 UTC 2020

Added Files:
        pkgsrc/devel/hs-ipynb: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import ipynb-0.1

ipynb defines a data structure for representing Jupyter notebooks,
along with ToJSON and FromJSON instances for conversion to and from
JSON .ipynb files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-ipynb/DESCR \
    pkgsrc/devel/hs-ipynb/Makefile pkgsrc/devel/hs-ipynb/buildlink3.mk \
    pkgsrc/devel/hs-ipynb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-ipynb/DESCR
diff -u /dev/null pkgsrc/devel/hs-ipynb/DESCR:1.1
--- /dev/null   Thu Jan 16 13:52:56 2020
+++ pkgsrc/devel/hs-ipynb/DESCR Thu Jan 16 13:52:56 2020
@@ -0,0 +1,3 @@
+ipynb defines a data structure for representing Jupyter notebooks,
+along with ToJSON and FromJSON instances for conversion to and from
+JSON .ipynb files.
Index: pkgsrc/devel/hs-ipynb/Makefile
diff -u /dev/null pkgsrc/devel/hs-ipynb/Makefile:1.1
--- /dev/null   Thu Jan 16 13:52:56 2020
+++ pkgsrc/devel/hs-ipynb/Makefile      Thu Jan 16 13:52:56 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/16 13:52:56 pho Exp $
+
+DISTNAME=      ipynb-0.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Data structure for working with Jupyter notebooks (ipynb)
+LICENSE=       modified-bsd
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../converters/hs-base64-bytestring/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-ipynb/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-ipynb/buildlink3.mk:1.1
--- /dev/null   Thu Jan 16 13:52:56 2020
+++ pkgsrc/devel/hs-ipynb/buildlink3.mk Thu Jan 16 13:52:56 2020
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 13:52:56 pho Exp $
+
+BUILDLINK_TREE+=       hs-ipynb
+
+.if !defined(HS_IPYNB_BUILDLINK3_MK)
+HS_IPYNB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-ipynb+=       hs-ipynb>=0.1
+BUILDLINK_ABI_DEPENDS.hs-ipynb+=       hs-ipynb>=0.1
+BUILDLINK_PKGSRCDIR.hs-ipynb?=         ../../devel/hs-ipynb
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../converters/hs-base64-bytestring/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.endif # HS_IPYNB_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-ipynb
Index: pkgsrc/devel/hs-ipynb/distinfo
diff -u /dev/null pkgsrc/devel/hs-ipynb/distinfo:1.1
--- /dev/null   Thu Jan 16 13:52:56 2020
+++ pkgsrc/devel/hs-ipynb/distinfo      Thu Jan 16 13:52:56 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/16 13:52:56 pho Exp $
+
+SHA1 (ipynb-0.1.tar.gz) = 2c400ea7089f867a12576f9d62dcc68b859bd451
+RMD160 (ipynb-0.1.tar.gz) = 6a9c396e7611e12a06c126bfaa5f657d2beff51a
+SHA512 (ipynb-0.1.tar.gz) = 8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4
+Size (ipynb-0.1.tar.gz) = 632774 bytes



Home | Main Index | Thread Index | Old Index