pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-ipynb Import ipynb-0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/158521959686
branches: trunk
changeset: 421522:158521959686
user: pho <pho%pkgsrc.org@localhost>
date: Thu Jan 16 13:52:56 2020 +0000
description:
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.
diffstat:
devel/hs-ipynb/DESCR | 3 +++
devel/hs-ipynb/Makefile | 14 ++++++++++++++
devel/hs-ipynb/buildlink3.mk | 17 +++++++++++++++++
devel/hs-ipynb/distinfo | 6 ++++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r f9ed16a89af2 -r 158521959686 devel/hs-ipynb/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-ipynb/DESCR Thu Jan 16 13:52:56 2020 +0000
@@ -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.
diff -r f9ed16a89af2 -r 158521959686 devel/hs-ipynb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-ipynb/Makefile Thu Jan 16 13:52:56 2020 +0000
@@ -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"
diff -r f9ed16a89af2 -r 158521959686 devel/hs-ipynb/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-ipynb/buildlink3.mk Thu Jan 16 13:52:56 2020 +0000
@@ -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
diff -r f9ed16a89af2 -r 158521959686 devel/hs-ipynb/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-ipynb/distinfo Thu Jan 16 13:52:56 2020 +0000
@@ -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