Skip to content
Snippets Groups Projects
Verified Commit dd91e892 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

seafile: Python 3.7

parent 891b7a4e
No related branches found
No related tags found
No related merge requests found
DIST libsearpc-3.2.0.tar.gz 52303 BLAKE2B 34707b504b4e63017549e5ed04e8e1e8d1e98b873aebe2ad3f675fe88e209bb73d8b56d1aef137bc4bead2a2fbcf7410dfdf1d02a92a8f37efbaaf0d56d79a4c SHA512 071784b6d34f6ddf947748474c210f0f803e3451373e351b6a768b0cf4a17ddcdaf415ff4ce5f020f1a68df3f6f0a0e53a78ad9e2df286fafea870e303c8f6dd
EBUILD libsearpc-3.2.0-r1.ebuild 896 BLAKE2B 06b88c68713e6694976cee44440529c3e3a6c3e5b61f069ab674363b828be1d4a12c68fd87a1d4699739a354c974bbf0b9b914bfffd40b904ac50ab555353ae7 SHA512 2a0eac2e05559e27c127cdf6ef23c31820518fa9026106f85fb5513053e38e6623976b9e15fb54f0e00473a5eeea0bb540ee82173eff0c57950b9565c1e0007f
MISC metadata.xml 248 BLAKE2B 95ce6c164ee8faf34471896ffcaad9a285d3418dcf763f778c5f58d38f545845c46c87cb3af4f3a8d71c542b127313a909e8f7972c15f930b1fdeffdb660478e SHA512 ffe6a49d28d3659fb952d60aff92836d3d1280f24dc340985d81a5b6600abe5ed8d961bee9ed1188b83be02e547676efcc06689b89ba5484a940a47fe48ed45c
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=(python{2_7,3_6,3_7})
WANT_AUTOMAKE=1.16
inherit autotools python-single-r1
DESCRIPTION="A simple C language RPC framework"
HOMEPAGE="https://github.com/haiwen/libsearpc/ http://seafile.com/"
SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=dev-libs/glib-2.26.0
>=dev-libs/jansson-2.2.1"
RDEPEND="${DEPEND}
$(python_gen_cond_dep '
dev-python/simplejson[${PYTHON_MULTI_USEDEP}]
')"
src_prepare() {
default
sed -i -e "s/(DESTDIR)//" ${PN}.pc.in || die
eautoreconf
}
src_install() {
default
# Remove unnecessary .la files, as recommended by ltprune.eclass
find "${ED}" -name '*.la' -delete || die
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">haiwen/libsearpc</remote-id>
</upstream>
</pkgmetadata>
......@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=(python{3_6,3_7})
PYTHON_COMPAT=(python{2_7,3_6,3_7})
WANT_AUTOMAKE=1.16
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment