2 Star 0 Fork 0

mirrors_gnu/pyconfigure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
pyconfigure 0.1
--------------------

pyconfigure provides a means to easily manage the configuration
and installation of Python programs with the familiar GNU standard
installation procedure:

    $ ./configure --prefix=/usr
    $ make
    $ make install

Of course, since Python programs usually do not need to be compiled,
the second step can be eliminated.

Currently, pyconfigure is designed to live alongside the
traditional Python distutils (`setup.py') method, providing a wrapper
around its functionality. Future releases might optionally allow
developers to work independently of distutils altogether.

To use pyconfigure, you can simply drop the files from the src/
directory into your Python project. Without modification, they provide
a basic wrapper around setup.py that allows one to install to the
chosen prefix. It allows one optionally to install the application to
a virtualenv with the --with-virtualenv configure argument. It would
be advisable at least to modify the configure.ac script to reflect
your project's name and then run:

    $ autoreconf -fvi

Several Autoconf macros are provided in the m4 directory which can be
used to perform a variety of tests during the configuration stage,
from verifying a minimum Python version to running test programs. See
the included documentation for more info and browse through the
provided sample Autoconf script (`configure.ac') for well-commented
examples.

pyconfigure is official GNU software and is released under the aegis
of GNU.

空文件

简介

暂无描述 展开 收起
Shell 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_gnu/pyconfigure.git
[email protected]:mirrors_gnu/pyconfigure.git
mirrors_gnu
pyconfigure
pyconfigure
master

搜索帮助