blob: b7b0d5fdbe5dd51997b0dd94aad6eb54d5c15b6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = pymacs
pkgdesc = Interface between Emacs Lisp and Python.
pkgver = 0.26
pkgrel = 2
url = https://github.com/dgentry/Pymacs
install = pymacs.install
arch = any
license = GPL2
makedepends = python
makedepends = python-docutils
depends = emacs
conflicts = emacs-python-mode
source = pymacs-0.26.tar.gz::https://github.com/dgentry/Pymacs/archive/v0.26.tar.gz
sha256sums = e876a48a7540d45956fc1c3e623efe638a2093a580c9ab591ebceed0cd7bc707
pkgname = pymacs
|