appdirs 1.4.3-1build1 source package in Ubuntu

Changelog

appdirs (1.4.3-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:30:44 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
appdirs_1.4.3.orig.tar.gz 12.4 KiB 9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92
appdirs_1.4.3-1build1.debian.tar.xz 2.9 KiB 292f03849eafde196d09ac887bee4fd3ea32bc3772d71310bfb44bf4748dfea1
appdirs_1.4.3-1build1.dsc 2.2 KiB 509abb67b5ba6acce635b5e26c2d2aee6afac723a03cbc9a359af4ea0087b799

View changes file

Binary packages built by this source

pypy-appdirs: determining appropriate platform-specific directories (PyPy)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the PyPy version of the package.

python-appdirs: No summary available for python-appdirs in ubuntu focal.

No description available for python-appdirs in ubuntu focal.

python3-appdirs: determining appropriate platform-specific directories (Python 3)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 3 version of the package.