2016-02-26 13:24:10 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2021-03-15 07:48:13 +00:00
|
|
|
require setup-py [ import=distutils blacklist="2" multibuild=false ]
|
|
|
|
require github [ user="AGProjects" pn="python3-gnutls" tag="${PV}" ]
|
2016-02-26 13:24:10 +00:00
|
|
|
|
|
|
|
SUMMARY="High level object oriented wrapper around libgnutls"
|
|
|
|
HOMEPAGE="http://ag-projects.com/"
|
|
|
|
|
|
|
|
LICENCES="LGPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
MYOPTIONS=""
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
run:
|
2016-03-16 15:25:33 +00:00
|
|
|
dev-libs/gnutls[>=3.4.0] [[ note = [ needs libgnutls.so.30 ] ]]
|
2016-02-26 13:24:10 +00:00
|
|
|
"
|
|
|
|
|