aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-distutils/pkg-descr
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-03-24 17:53:27 +0800
committertg <tg@FreeBSD.org>2000-03-24 17:53:27 +0800
commit7a63c62a845888385f48749dad815c6e46d1d966 (patch)
treee7822cd90b56ee684aad906a9c0f76c766f11241 /misc/py-distutils/pkg-descr
parent1eaf1e1edc49427ad96bb5ed1ca62fbff52400ec (diff)
downloadfreebsd-ports-gnome-7a63c62a845888385f48749dad815c6e46d1d966.tar.gz
freebsd-ports-gnome-7a63c62a845888385f48749dad815c6e46d1d966.tar.zst
freebsd-ports-gnome-7a63c62a845888385f48749dad815c6e46d1d966.zip
New port of the Python Module Distribution utilities. These are
supposed to become the equivalent of Perl's ExtUtils.
Diffstat (limited to 'misc/py-distutils/pkg-descr')
-rw-r--r--misc/py-distutils/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/py-distutils/pkg-descr b/misc/py-distutils/pkg-descr
new file mode 100644
index 000000000000..264044c61809
--- /dev/null
+++ b/misc/py-distutils/pkg-descr
@@ -0,0 +1,16 @@
+The Python Module Distribution Utilities, or Distutils for short, are a
+collection of modules that aid in the development, distribution, and
+installation of Python modules.
+
+The Distutils will be a standard part of Python 1.6. This release is
+intended to provide a wider audience an early opportunity to try out the
+system, improve its portability, shake out the bugs, make suggestions,
+and so forth. Do not expect perfection: if you're trying out this
+release, it should be because you want to help debug and develop, not
+because you need a stable, working system immediately.
+
+Any feedback, comments, bug reports, success reports, etc. should be
+reported to the Distutils SIG at <distutils-sig@python.org>
+
+If you're not yet a member of this mailing list, you can join at
+<URL:http://www.python.org/mailman/listinfo/distutils-sig>.