renpy 8.1.3+dfsg-1 source package in Ubuntu

Changelog

renpy (8.1.3+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 8.1.3+dfsg (Closes: #1038426)
  * build with cython3-legacy for now (Closes: #1056883)
  * only build for current python3 (Closes: #1055736)
  * remove usage of python3-future (Closes: #1061451)
  * replace transitional libfreetype6-dev Dep with libfreetype-dev
  * d/rules: trim & use /usr/share/dpkg/{architecture,buildflags}.mk
  * close old, unreproductible, Python2-related, Ubuntu bugs.
    (LP: #1017063, LP: #314936, LP: #1972076, LP: #1086231)
  * switch to python3-sphinx-rtd-theme
  * refresh patches

 -- Alexandre Detiste <email address hidden>  Sun, 28 Jan 2024 21:49:51 +0100

Upload details

Uploaded by:
Debian Games Group
Uploaded to:
Sid
Original maintainer:
Debian Games Group
Architectures:
any all
Section:
games
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
renpy_8.1.3+dfsg-1.dsc 2.5 KiB 6a60d8e010e39cd26365b2426197ebffbf501c6b398b2f7a58a5447f16dc9aa8
renpy_8.1.3+dfsg.orig.tar.xz 54.9 MiB f712d025e306e69c06db4b286660abf38f07bb48fd14999ecbcf6829f3655a8b
renpy_8.1.3+dfsg-1.debian.tar.xz 39.5 KiB 44f93796754d3cc1a32dabb9748e9175a677522ee9d2b36f1d3eb7a632fa4bea

No changes file available.

Binary packages built by this source

python3-renpy: framework for developing visual-novel type games - Python module

 Ren'Py is a programming language and runtime, intended to ease the creation
 of visual-novel type games. It contains features that make it easy to
 display thoughts, dialogue, and menus; to display images to the user; to
 write game logic; and to support the saving and loading of games.
 .
 This package includes the native Python module.

python3-renpy-dbgsym: debug symbols for python3-renpy
renpy: framework for developing visual-novel type games

 Ren'Py is a programming language and runtime, intended to ease the creation
 of visual-novel type games. It contains features that make it easy to
 display thoughts, dialogue, and menus; to display images to the user; to
 write game logic; and to support the saving and loading of games.
 .
 Ren'Py tries to be like an executable script, allowing you to get a working
 game without much more effort than is required to type the game script into
 the computer.
 .
 Ren'Py is implemented on top of Python, and that Python heritage shows
 through in many places. Many Ren'Py statements allow Python expressions
 to be used, and there are also Ren'Py statements that allow for the
 execution of arbitrary Python code. Many of the less-used features of
 Ren'Py are exposed to the user by way of Python. By only requiring use of
 the simplest features of Python, it's hoped that Ren'Py will be usable by
 all game authors.

renpy-demo: framework for developing visual-novel type games - demo

 Ren'Py is a programming language and runtime, intended to ease the creation
 of visual-novel type games. It contains features that make it easy to
 display thoughts, dialogue, and menus; to display images to the user; to
 write game logic; and to support the saving and loading of games.
 .
 This package includes a full playable example showing the features of the
 framework.

renpy-doc: framework for developing visual-novel type games - doc

 Ren'Py is a programming language and runtime, intended to ease the creation
 of visual-novel type games. It contains features that make it easy to
 display thoughts, dialogue, and menus; to display images to the user; to
 write game logic; and to support the saving and loading of games.
 .
 This package includes the documentation for Ren'Py.

renpy-thequestion: simple and complete Ren'Py game

 Ren'Py is a programming language and runtime, intended to ease the creation
 of visual-novel type games. It contains features that make it easy to
 display thoughts, dialogue, and menus; to display images to the user; to
 write game logic; and to support the saving and loading of games.
 .
 This package includes a simple and complete Ren'Py game.