2015-01-05 16:05:53 +00:00
|
|
|
[package]
|
|
|
|
|
2015-01-04 23:07:31 +00:00
|
|
|
name = "cpython"
|
2015-01-05 16:05:53 +00:00
|
|
|
version = "0.0.1"
|
2015-01-04 23:07:31 +00:00
|
|
|
description = "Bindings to Python 2.7"
|
2015-01-05 16:05:53 +00:00
|
|
|
authors = ["Daniel Grunwald <daniel@danielgrunwald.de>"]
|
|
|
|
|
2015-01-04 23:07:31 +00:00
|
|
|
[dependencies]
|
2015-01-11 03:21:05 +00:00
|
|
|
python27-sys="0.0.2"
|
2015-01-05 16:05:53 +00:00
|
|
|
|