public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: dev-python/pythonnet/
@ 2016-07-02 15:44 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2016-07-02 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e086f559cc44527d662c8e4ace519bdb70933be1
Author:     layman <layman <AT> localhost>
AuthorDate: Thu Jun 16 09:11:18 2016 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 09:11:18 2016 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=e086f559

Add in initial Python for .NET code.

 dev-python/pythonnet/Manifest               |  1 +
 dev-python/pythonnet/pythonnet-2.1.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/pythonnet/Manifest b/dev-python/pythonnet/Manifest
new file mode 100644
index 0000000..390cab0
--- /dev/null
+++ b/dev-python/pythonnet/Manifest
@@ -0,0 +1 @@
+DIST pythonnet-2.1.0.tar.gz 738139 SHA256 6cb02d715b4d7b2696af7c88edad7b01e22080db5bcee00fba8779599696d408 SHA512 92df62d0389ac5ef933afb573cf08209a7deb42094ffe77e73fe2479887a461ad0e4465ca5bec51333c20322dec612eb211dc941852b64363ab0c2e2be22ecdf WHIRLPOOL f8919eb297eac2a34e5e92e7a58482e49d16d6adb91339d310647d9deeb915150a4535680b69fce2e13d3f348bbd47eff7e5ecb037ca7c11c34d9b70b2cd7b89

diff --git a/dev-python/pythonnet/pythonnet-2.1.0.ebuild b/dev-python/pythonnet/pythonnet-2.1.0.ebuild
new file mode 100644
index 0000000..8399b2b
--- /dev/null
+++ b/dev-python/pythonnet/pythonnet-2.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings to use .NET and mono assemblies."
+HOMEPAGE="http://pythonnet.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/mono
+        sys-devel/clang[python]"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-02 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-02 15:44 [gentoo-commits] dev/ikelos:master commit in: dev-python/pythonnet/ Mike Auty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox