commit: b8cb0f65f9a53c2e05a3a5e8433c42bf9bb78dac Author: Alex Margolin <alex.margolin <AT> mail <DOT> huji <DOT> ac <DOT> il> AuthorDate: Sun Jun 19 09:03:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 03:50:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cb0f65
dev-haskell/ipynb: add 0.1.0.2 Closes: https://bugs.gentoo.org/827430 Signed-off-by: Alex Margolin <alex.margolin <AT> mail.huji.ac.il> Closes: https://github.com/gentoo/gentoo/pull/25975 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/ipynb/Manifest | 1 + dev-haskell/ipynb/ipynb-0.1.0.2.ebuild | 35 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-haskell/ipynb/Manifest b/dev-haskell/ipynb/Manifest index 97713b6699bf..17a25bd962a7 100644 --- a/dev-haskell/ipynb/Manifest +++ b/dev-haskell/ipynb/Manifest @@ -1,2 +1,3 @@ +DIST ipynb-0.1.0.2.tar.gz 20158 BLAKE2B 0bdae84979f855e619be8bd61ff7f6c2f47a5fb7b69dd5e4d22b629a5684efd8ad0085dbb3fda50b726cb84fc72c1fee956cfa53e280e7f63e57c404ac5d9c3b SHA512 81f1322d8e6c79eee117b60aa6b2c15b89345d14e52066127e7ecbbf68ed2ac307917913f1f51fd310055043e92457e2f3610912c5f647fdf096d8bfe8874ebf DIST ipynb-0.1.tar.gz 632774 BLAKE2B 9c1c7523c230730f56fd7c0fb729f67a904b34c48e573aa7e19f1b34d47791f4a3cace8d0e6d4ba6faec531b476fa012c742b8b33232f2c09e23da91541f71c0 SHA512 8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4 DIST ipynb-0.2.tar.gz 632962 BLAKE2B bdd85dd21e9e34e9e60157bb3d7447afa96a5ff83aa00fcf9662ce388617e974e81058d6588d5b41d55a38c32fe2e05458987e5ea37c53bf0852bd6c7b60b2b3 SHA512 885ffa2f2269b2bc6c2381fe7a7c91de93e8539ca3493d5a8207e75e986fc42a4b8ead0b4d05184da5bbb931466431ca1b810f03db8cd2c1624a67e1bbb782ea diff --git a/dev-haskell/ipynb/ipynb-0.1.0.2.ebuild b/dev-haskell/ipynb/ipynb-0.1.0.2.ebuild new file mode 100644 index 000000000000..e8f0c458f446 --- /dev/null +++ b/dev-haskell/ipynb/ipynb-0.1.0.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Data structure for working with Jupyter notebooks (ipynb)" +HOMEPAGE="https://hackage.haskell.org/package/ipynb" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/base64-bytestring:=[profile?] + >=dev-haskell/semigroups-0.18:=[profile?] <dev-haskell/semigroups-0.19:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 + test? ( dev-haskell/aeson-diff + dev-haskell/microlens + dev-haskell/microlens-aeson + dev-haskell/tasty + dev-haskell/tasty-hunit + dev-haskell/vector ) +"
