blob: a31a01ea16c5290e15ffed519497c9448f650de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = emacs-python-environment
pkgdesc = Python virtualenv API for Emacs Lisp
pkgver = 0.0.2
pkgrel = 2
url = https://github.com/tkf/emacs-python-environment
arch = any
license = GPL3
makedepends = git
depends = emacs
depends = emacs-deferred
provides = emacs-python-environment
source = emacs-python-environment-0.0.2.tar.gz::https://github.com/tkf/emacs-python-environment/archive/0.0.2.tar.gz
sha256sums = 8855d036ee858b8cfebf02f003a042dc1c7f4b8b00bf4c103cb12668b7fa3146
pkgname = emacs-python-environment
|