Port details on branch 2024Q2 |
- py-appdirs Python module for determining platform-specific dirs
- 1.4.4_1 devel
=4 1.4.4_1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2014-11-08 12:41:08
- Last Update: 2024-07-06 16:11:51
- Commit Hash: f0d4ce7
- People watching this port, also watch:: dbus, python38, libevent, indexinfo, p5-Error
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/ActiveState/appdirs
- Description:
- appdirs is small Python module for determining appropriate platform-specific
dirs, e.g. a "user data dir". Those are typically platform-specific, for
instance, if running on Mac OS X, you should use:
~/Library/Application Support/<AppName>
On Linux (and other Unices) the dir, according to the XDG spec, is:
~/.local/share/<AppName>
appdirs will help the application to choose an appropriate:
- user data dir (user_data_dir)
- user config dir (user_config_dir)
- user cache dir (user_cache_dir)
- site data dir (site_data_dir)
- site config dir (site_config_dir)
- user log dir (user_log_dir)
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-appdirs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-appdirs
- pkg install py311-appdirs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-appdirs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-appdirs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1597570073
SHA256 (appdirs-1.4.4.tar.gz) = 7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
SIZE (appdirs-1.4.4.tar.gz) = 13470
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/git-lab
- devel/py-llvmcpy
- devel/py-milc
- devel/py-ptpython
- devel/py-pycompilation
- devel/py-pyopencl
- devel/py-rply
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-appdirs
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|