dev-java/serpent - 1.23 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/serpent-1.23

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-java/serpent-1.23

Or alternatively:

emerge --autounmask-write -a =dev-java/serpent-1.23

Package Information

Description:
Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).
Homepage:
https://github.com/irmen/Serpent
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.23 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom /var/lib/java-ebuilder/poms/serpent-1.23.pom --download-uri https://repo1.maven.org/maven2/net/razorvine/serpent/1.23/serpent-1.23-sources.jar --slot 0 --keywords "~amd64" --ebuild serpent-1.23-r1.ebuild

EAPI=7

JAVA_PKG_IUSE="doc source test binary"
MAVEN_ID="net.razorvine:serpent:1.23"
JAVA_TESTING_FRAMEWORKS="pkgdiff"

inherit java-pkg-2 java-pkg-simple java-pkg-maven

DESCRIPTION="Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree.  It is an alternative to JSON to provide easy data integration between Java and Python.  Serpent is more expressive as JSON (it supports more data types)."
HOMEPAGE="https://github.com/irmen/Serpent"
SRC_URI="https://repo1.maven.org/maven2/net/razorvine/${PN}/${PV}/${P}-sources.jar
	https://repo1.maven.org/maven2/net/razorvine/${PN}/${PV}/${P}.jar -> ${P}-bin.jar"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=virtual/jdk-1.8:*
	app-arch/unzip
"

RDEPEND="
	>=virtual/jre-1.8:*
"

S="${WORKDIR}"

JAVA_SRC_DIR="src/main/java"
JAVA_BINJAR_FILENAME="${P}-bin.jar"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*
	app-arch/unzip

RDEPEND

	>=virtual/jre-1.8:*

Manifest for 1.23

Type File Size Source URLs
DIST serpent-1.23-bin.jar 43024 bytes https://repo1.maven.org/maven2/net/razorvine/serpent/1.23/serpent-1.23.jar
DIST serpent-1.23-sources.jar 26049 bytes https://repo1.maven.org/maven2/net/razorvine/serpent/1.23/serpent-1.23-sources.jar