Magellan Linux

Contents of /trunk/extras/m2crypto/m2crypto-0.27.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30179 - (show annotations) (download)
Thu Nov 2 13:07:18 2017 UTC (6 years, 7 months ago) by niro
File size: 483 byte(s)
auto added: ver bump to 0.27.0-r1
1 # $Id$
2
3 PNAME="m2crypto"
4 PVER="0.27.0"
5 PBUILD="r1"
6
7 DESCRIPTION="Python crypto and SSL toolkit."
8
9 DEPEND=">= dev-libs/openssl-1.1"
10 SDEPEND=">= dev-lang/swig-3.0.8"
11
12 PYPI_MODULE="M2Crypto"
13 sminclude pypi
14
15 # generate a fake SPLIT_PACKAGE for transition
16 SPLIT_PACKAGES+=" ${PNAME}"
17
18 split_info_m2crypto()
19 {
20 PVER="9999"
21 PKGTYPE="virtual"
22
23 DESCRIPTION="Transitional package for python2-${PNAME}."
24 HOMEPAGE="http://www.magellan-linux.de/"
25
26 DEPEND=">= dev-python/python2-${PNAME}-1"
27 }