summaryrefslogtreecommitdiff
path: root/devel/py-find-libpython/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-02-03 22:32:57 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2023-02-03 22:58:52 -0800
commit3604fc3235289e9c35c6b94289d3db523f357aab (patch)
tree0245f6637ef49a8dd11ef8861ca1a07629416b5a /devel/py-find-libpython/pkg-descr
parentdevel/py-interface-meta: New port: Expose an extensible API with enforced met... (diff)
devel/py-find-libpython: New port: Finds the libpython associated with your environment
Diffstat (limited to 'devel/py-find-libpython/pkg-descr')
-rw-r--r--devel/py-find-libpython/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-find-libpython/pkg-descr b/devel/py-find-libpython/pkg-descr
new file mode 100644
index 000000000000..eb6cabd99069
--- /dev/null
+++ b/devel/py-find-libpython/pkg-descr
@@ -0,0 +1,4 @@
+The find-libpython library is designed to find the path to the libpython dynamic
+library for the current Python environment. It should work with many types of
+installations, whether it be conda-managed, system-managed, or otherwise. And it
+should function on Windows, Mac OS/OS X, and any Linux distribution.