Skip to content

Commit

Permalink
New python targets for emacs-epc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpetkovich committed Mar 12, 2014
1 parent 60f4bb3 commit 2a46621
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/emacs-epc/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST epc-0.0.5.tar.gz 17968 SHA256 a14d2ea74817955a20eb00812e3a4630a132897eb4d976420240f1152c0d7d25 SHA512 e2b75850e39bb0f3c16f5b84f55dec675a8fe2b61ff5fd55704ef677317d698865a99fc495247cd753a2c8329729f45bc7f81f42dd4c6d27b31810c0aac831e2 WHIRLPOOL 69ef78791cfc40dc34029ab8469d5194e3bd438cd18ce84bd4ae5525e8da2b37f89e8c60f09e205536151631def6711484a4e8f840fff270a5315ebb0f9cb92d
EBUILD emacs-epc-0.0.5-r1.ebuild 562 SHA256 b488e8f4b0b0e7f3c75c4a5236c756a420f444204a95f2119f65f30814648520 SHA512 a5ed128932c17235b44a4ca7fd59c592dca99734f780eb4b28ba5bceccf8bb4e0a8c506828a82e28a86db2013cf21d438983821207fd2e6d3e06d27d643c0a6d WHIRLPOOL fe61ea7977d2eedd350ae45321b3acc2d36284637b2632e41162bef68fb89cfb77f564faa3f2e1d684f691eace248a5c02fa0db6cabb27cc76eba6cbe3bd3131
EBUILD emacs-epc-0.0.5.ebuild 572 SHA256 94da21cb84e81f2593bf5e481964619c2065e42f976c4025f3944544e6c88276 SHA512 8039f666c54913980a91ed2c23ce3f9614e05100d01e89b663f1ece096c2b9edc053a5818b9e25fe3c9df6fe14a37ad201852786713ee0e901682bc7956b53b4 WHIRLPOOL 2d88130db1496696228373e8876f2257557e3f777a8eb2fcc7233e01b99135eb50b4a061f3049feb5342da4df42d82c3fca4cf01667794445316f40140271d84
24 changes: 24 additions & 0 deletions dev-python/emacs-epc/emacs-epc-0.0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_3 )
inherit distutils-r1

MY_PV="${PV}"

DESCRIPTION="Python interface to emacs remote procedure call"
HOMEPAGE="https://github.com/tkf/python-epc"
SRC_URI="https://pypi.python.org/packages/source/e/epc/epc-${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sexpdata[${PYTHON_USEDEP}]"

S=${WORKDIR}/epc-${MY_PV}

0 comments on commit 2a46621

Please sign in to comment.