dev-octave/dataframe: new package, add 1.2.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-07 01:08:19 +02:00
parent ed21e2c5c9
commit c37be4bb42
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST dataframe-1.2.0.tar.gz 72650 BLAKE2B 695e5e10c9555dec45abcdf87fecc1e3227b35df827da5205ecb0ddd26b931fcf529515db2249e8cc168ea166bb6f087ca63dd9381514b53bd07eeda5ce48aa9 SHA512 f874a4956fcf4756c5836b9817ef1bb755f108c917087ceb1a72f463a98433fe0734d41acc45dad1ac2ef422f72b43f1fe07cce686fefe3ab10c245a4033bf37
DIST octaveforge_configure 75 BLAKE2B a6d08088e51628113f7ee2d125fad93a20978cdec60d30cd6628a6056b127968ccf0bc58d2a01166ecc68e8e1ff25518ecf0a2fff69f1ccf63ba2e95eb327db2 SHA512 f293f8ac550953d7c758dadd1bfbf57754a725e6480e8f11b85b883370989b323324492a16118a9b4bfa897a6720f7f20776754cbf763c61bfa10c90191d9a8f

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit octaveforge
DESCRIPTION="Data manipulation toolbox similar to R data.frame"
HOMEPAGE="https://octave.sourceforge.io/dataframe/index.html"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=sci-mathematics/octave-3.2.0"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<changelog>https://octave.sourceforge.io/dataframe/NEWS.html</changelog>
<doc lang="en">https://octave.sourceforge.io/dataframe/overview.html</doc>
<remote-id type="sourceforge">octave/dataframe</remote-id>
</upstream>
</pkgmetadata>