fastentrypoints 0.12-5 source package in Ubuntu

Changelog

fastentrypoints (0.12-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 21:02:24 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fastentrypoints_0.12-5.dsc 2.1 KiB 2c43cbc2cd0ca996cb107f5a16cadfe0b10bbb9bc6c20886ec7724d4b6505448
fastentrypoints_0.12.orig.tar.gz 4.0 KiB e8999038aa379564959722523a7c5194fbb3ce44a193d4283b997a19de66b74c
fastentrypoints_0.12-5.debian.tar.xz 2.9 KiB 057b45feca97b3656832e5d9cb6b9b960b45aa0f7e9eae85ef6a4fcc7e42867d

Available diffs

No changes file available.

Binary packages built by this source

fastep: Adjust Python project to use fastentrypoints

 fastep will make sure fastentrypoints is included in MANIFEST.in and present
 in setup.py.
 .
 fastentrypoints make entry_points specified in setup.py load more quickly.

python3-fastentrypoints: Make entry_points specified in setup.py load more quickly

 Using entry_points in your setup.py makes scripts that start really slowly
 because it imports pkg_resources, which is a horrible thing to do if you
 want your trivial script to execute more or less instantly.
 .
 fastentrypoints aims to fix that bypassing pkg_resources, making scripts
 load a lot faster.