Bug#953964: ITP: python-strictyaml -- Strict, typed YAML parser for Python

2020-03-14 Thread James Tocknell
Package: wnpp
Severity: wishlist
Owner: James Tocknell 

* Package name: python-strictyaml
  Version : 1.0.6
  Upstream Author : Colm O'Connor 
* URL : https://hitchdev.com/strictyaml/
* License : MIT
  Programming Lang: Python
  Description : Strict, typed YAML parser for Python

StrictYAML is a type-safe YAML parser that parses and validates a restricted
subset of the YAML specification.

Priorities:
 - Beautiful API
 - Refusing to parse the ugly, hard to read and insecure features of YAML like
   the Norway problem.
 - Strict validation of markup and straightforward type casting.
 - Clear, readable exceptions with code snippets and line numbers.
 - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
 - Ability to read in YAML, make changes and write it out again with comments
   preserved.
 - Not speed, currently.

---

This is needed for devpi-server, and I plan on maintaining within DMPT (assuming
they accept me).



Bug#953872: ITP: fonts-jf-openhuninn -- Chinese (Taiwan) font based on Kosugi Maru

2020-03-14 Thread Yao Wei
On Sun, Mar 15, 2020 at 08:27:29AM +0800, Yao Wei wrote:
> On Sat, Mar 14, 2020 at 06:56:49PM +0800, Yao Wei wrote:
> > * License : OFL-1.1, without Reserved Font Names
> 
> The license should come with Reserved Font Names "Varela" and "Varela
> Round" since the latin part of the fonts are replaced with it.

And the author was mistaken that they think they added RFN, but they
didn't use OFL's "With Reserved Font Names" texts in the copyright
claim.

The future version will have RFN on it.


signature.asc
Description: PGP signature


Bug#779006: Request to join DPMT and PAPT to package devpi

2020-03-14 Thread James Tocknell
Hi Python Team

Can I join both the DPMT and PAPT to help maintain devpi (and its
associated subprojects)?
I've read both the DPMT and PAPT policies and accept them.
My salsa login is aragilar-guest.

My plan for devpi is to update devpi-common to the latest release, then
work down the list of devpi projects.
I plan on putting the projects under PAPT (apart from devpi-common), unless
there are other suggestions?

James

P.S. I've CC'd in the current ITP bugs for devpi, there will probably be
more as I package further projects.


Bug#882584: Found the salsa package

2020-03-14 Thread Martin Quinson
On Sat, Mar 14, 2020 at 09:02:49PM +, Mike Gabriel wrote:
> On  Sa 14 Mär 2020 00:36:21 CET, Martin Quinson wrote:
> 
> > https://salsa.debian.org/debian-edu-pkg-team/openboard/
> > 
> > could we however modify this git repository to use git-buildpackage?
> > It makes things so much easier to maintain...
> > 
> > Thanks for your work,
> > Mt
> 
> Sorry, no. I see myself in a constant process of removing more and more
> files from the upstream Git tag/tarball, because files are non-DFSG for this
> or that reason. I am not willing to pollute the salsa repo with these
> changes.

Ok, you know that better than I do.

> To get openboard on salsa built, these steps should work:
> 
>   $ git clone https://salsa.debian.org/debian-edu-pkg-team/openboard.git
>   $ cd openboard
>   $ debian/rules get-orig-source
>   $ debuild -uc -us -S -Zxz -d
>   $ dpkg-source -x openboard_.dsc
>   $ cd openboard-
>   $ debuild -uc -us

I just tried, and it fails on the last step because of missing
dependencies. Maybe we could add a .gitlab-ci attempting these steps
so that we see where we currently stand?

> IIRC, the current version on the repo's master branch only works / builds
> well on Debian testing/unstable.

Do you have a list of tasks to be completed? I'm willing to help if I
can (given my scarce spare time), but I feel a bit helpless here. You
are clearly in the middle of something, and I'd really appreciate if
you could save some time to explain what remains to be done and how
one could help with this packaging.

Anyway, thanks for this work.
Mt

-- 
So the question is not whether we will be extremists, but what kind of
extremists we will be. [..] Perhaps the world [is] in dire need of
creative extremists.--- Martin Luther King, Jr


signature.asc
Description: PGP signature


Bug#953872: ITP: fonts-jf-openhuninn -- Chinese (Taiwan) font based on Kosugi Maru

2020-03-14 Thread Yao Wei
On Sat, Mar 14, 2020 at 06:56:49PM +0800, Yao Wei wrote:
> * License : OFL-1.1, without Reserved Font Names

The license should come with Reserved Font Names "Varela" and "Varela
Round" since the latin part of the fonts are replaced with it.


signature.asc
Description: PGP signature


Bug#952954: ITP: fonts-jetbrains-mono -- free and open-source typeface for developers

2020-03-14 Thread Romain Porte
Hello,

> Version 1.0.3-2 has been uploaded to mentors with this change, and also
> adding a little bit metadata:
>
> https://mentors.debian.net/package/fonts-jetbrains-mono
>
> I have marked previous 1.0.3-1 as "UNRELEASED" in the changelog, I hope
> it makes sense to do that.

Any review on this 1.0.3-2 release on mentors?

I think the package looks pretty good by now, at least from Lintian
perspective. I still do not know how to modify (if required) the package
to be in the "contrib" section instead of "main" section because we
cannot rebuild the *.ttf files from source, as mentioned in previous
discussion.

Kind regards,

Romain.


signature.asc
Description: PGP signature


Processed: 901783

2020-03-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 901783 ITP: package catch2
Bug #901783 [wnpp] RFP: package catch2
Changed Bug title to 'ITP: package catch2' from 'RFP: package catch2'.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
901783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#882584: Found the salsa package

2020-03-14 Thread Mike Gabriel

On  Sa 14 Mär 2020 00:36:21 CET, Martin Quinson wrote:


https://salsa.debian.org/debian-edu-pkg-team/openboard/

could we however modify this git repository to use git-buildpackage?
It makes things so much easier to maintain...

Thanks for your work,
Mt


Sorry, no. I see myself in a constant process of removing more and  
more files from the upstream Git tag/tarball, because files are  
non-DFSG for this or that reason. I am not willing to pollute the  
salsa repo with these changes.


To get openboard on salsa built, these steps should work:

  $ git clone https://salsa.debian.org/debian-edu-pkg-team/openboard.git
  $ cd openboard
  $ debian/rules get-orig-source
  $ debuild -uc -us -S -Zxz -d
  $ dpkg-source -x openboard_.dsc
  $ cd openboard-
  $ debuild -uc -us

IIRC, the current version on the repo's master branch only works /  
builds well on Debian testing/unstable.


Greets,
Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpgjjn_atuH9.pgp
Description: Digitale PGP-Signatur


Bug#882584: Any progress on packaging openboard?

2020-03-14 Thread Mike Gabriel

Hi Martin,

On  Fr 13 Mär 2020 23:53:56 CET, Martin Quinson wrote:


Hello,

is there any progress in this packaging? Is the current package
somewhere on salsa where we could help?

I will need such a software with my students (due to the covid
outbreak), so I'm highly interested.

Thanks, Mt.


When packaging OpenBoard, I regularly find myself in non-DFSG hell.  
That's the main reason for regular stalls on the packaging progress  
(and lack of time for non-paid work).


Please take a look at package builds I provide to my customers:
http://packages.it-zukunft-schule.de/debian/pool/main/o/openboard/
http://packages.it-zukunft-schule.de/debian/pool/non-free/o/openboard/

I have provided Debian 9 + 10 builds there that stem from the salsa  
repo I maintain.


Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpqIQjA4Tist.pgp
Description: Digitale PGP-Signatur


Bug#952781: marked as done (ITP: python-libconf -- Reader/writer for the libconfig format)

2020-03-14 Thread Debian Bug Tracking System
Your message dated Sat, 14 Mar 2020 20:11:01 +
with message-id 
and subject line Bug#952781: fixed in python-libconf 2.0.1-1
has caused the Debian Bug report #952781,
regarding ITP: python-libconf -- Reader/writer for the libconfig format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
952781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952781
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name: python-libconf
  Upstream Author : Christian Aichinger
* License : Expat
  Description : Reader/writer for the libconfig format

 libconf is a pure-Python reader/writer for configuration files
 in libconfig format, which is often used in C/C++ projects.
 Its interface is similar to the json module.
--- End Message ---
--- Begin Message ---
Source: python-libconf
Source-Version: 2.0.1-1
Done: Bastian Germann 

We believe that the bug you reported is fixed in the latest version of
python-libconf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann  (supplier of updated 
python-libconf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 28 Feb 2020 23:40:06 +0100
Source: python-libconf
Binary: python3-libconf
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Bastian Germann 
Description:
 python3-libconf - Reader/writer for the libconfig format (Python 3)
Closes: 952781
Changes:
 python-libconf (2.0.1-1) unstable; urgency=medium
 .
   * Initial release (Closes: #952781)
Checksums-Sha1:
 29a43115b2465db8fb1225f025fb699b57701589 2107 python-libconf_2.0.1-1.dsc
 566b1f3a53d3f2782892efce601726b1711a4bd9 14055 python-libconf_2.0.1.orig.tar.gz
 eafe7fc56193b44336c2b042e2802706a69324d2 2004 
python-libconf_2.0.1-1.debian.tar.xz
 7dedc02dca1affe0b350396e856946e131ecbb3d 6658 
python-libconf_2.0.1-1_amd64.buildinfo
 c6bf7b04df03731714f274dd9dd3deacc49e327b 11492 python3-libconf_2.0.1-1_all.deb
Checksums-Sha256:
 ffa9fedba1be9d5623f2f816b4116f1aef7e3fef6a81f826b09adebf99832fc8 2107 
python-libconf_2.0.1-1.dsc
 8b1ac22cad381ffe4a0ce016a98ca9a4e574c9297212083a40936c27f18e3243 14055 
python-libconf_2.0.1.orig.tar.gz
 336db21129450fd48cec3da7ef83e5559e5f44f3eb6df1f46c11775fb0067ef0 2004 
python-libconf_2.0.1-1.debian.tar.xz
 c4bd2173ba9f4b95601d85ac2864b3cc4a7a45bd66a64970f20c3caca661d457 6658 
python-libconf_2.0.1-1_amd64.buildinfo
 1307c4aef91117372531b360cfa2765314ba47cb34c9570de64a7855d585b778 11492 
python3-libconf_2.0.1-1_all.deb
Files:
 4d22a1d6c8e8ef4d5f41ed3f85dc9a24 2107 python optional 
python-libconf_2.0.1-1.dsc
 cb214acb6d185913b5b5811733f3755e 14055 python optional 
python-libconf_2.0.1.orig.tar.gz
 2f533c4b67e47d084591bdc638b593fe 2004 python optional 
python-libconf_2.0.1-1.debian.tar.xz
 3ec36b73dab405388b8901f64262a04c 6658 python optional 
python-libconf_2.0.1-1_amd64.buildinfo
 e14912f95043177809de9805f8c949a1 11492 python optional 
python3-libconf_2.0.1-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5shKYACgkQweDZLphv
fH54XA/+LvoIydWinppjQT4J8s7AXSpIiWu3gjJ32cVZAVA6AmOFvvZFn2pil8ZI
/mlgIO7NQWskajvZZii27rendMo0NTAivQiodFDcDiMs6ixMILimRI7Snsn6cSij
lNPko2VzgCpkjsfca5lmK/+0GQM2884KhyaTvw4pYXCSRiXWfVGpMBgJXj6ucf7/
k+WLHuFD3lWMTkOMIyxvrXLR2fl8eJHZoQ7vhenZwn4HXH0PhNBsxKfAzT9V1Mg/
rEdRYirRB+9JgSn42zIljTz9ml7BHOB1vLYwnAmGf7T48kRl20xk0N4SMFVGet/N
GDkedYnmhoq7DNGqDEASmwW0+uM4a05gPaZs5WkpQnpxlj0DkzBsWSTz0Cn63XSr
tM6+gikXGFtkfgQhymdJaZCdN1IqKN59U90y2PmYeTgST3Wm+rFYiL/D4P9cd4iK
uGPysMvI1hxW7J0MtPDSfG4kuAKphbUhUrBwPQRnjCTdLAzLC/fCarN+HfLRjPQI
k18bjII70/1zGWEezjH61Kp2uTMISrfHhpxdcw3XKoiJ4TS0Bz5/1kL4zKn9pjWh
PoYKYQ9WlKylT2mJPx3IQwlHOwtbvNfpR+hxCuslxpd9KGn++/xuSbWb4jvqY8sG
lzmp4lJKwfX7wZau8zvotmxa8TFLID3AmAZQDHtP4dc8ATBzw0c=
=udRv
-END PGP SIGNATURE End Message ---


Processed: wnpp bug

2020-03-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 953175 ITP: expeyes-firmware -- firmware necessary for boxes issued 
> by project PHOENIX
Bug #953175 [wnpp] ITP: phoenix-firmware -- firmware necessary for boxes issued 
by project PHOENIX
Changed Bug title to 'ITP: expeyes-firmware -- firmware necessary for boxes 
issued by project PHOENIX' from 'ITP: phoenix-firmware -- firmware necessary 
for boxes issued by project PHOENIX'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
953175: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953175
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#953892: RFP: wayfire -- 3D Wayland compositor

2020-03-14 Thread Xerz
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: wayfire
  Upstream Author : Ilia Bozhinov 
* URL : https://github.com/WayfireWM/wayfire/
* License : MIT/X
  Programming Lang: C++
  Description : 3D Wayland compositor

WayFire is a 3D Wayland compositor, inspired by Compiz and based on wlroots.
While still in early development (currently at release 0.3.1), WayFire already
provides one of the most featureful Wayland compositors available, including
plugins for stacking, tiling and grid window management, as well as a wide
variety of visual effects.

Debian users would benefit from WayFire as it gives a modern, standard-
complying, lightweight, highly flexible, easy to configure 3D window manager
that is suitable for a majority of use cases.




-BEGIN PGP SIGNATURE-

iIQEARYIACwWIQTIYLBw/wJDjrFq2SRJQJxW4Gn5wQUCXmzpJA4ceGVyekB4ZXJ6
Lm9uZQAKCRBJQJxW4Gn5wdc5AQDPRton0DcEnHJMIQONVAttbUm6eZUlSMpaEwId
RHVASgEA90h+42WioHazGhsjOqjBrpzlBAWf4jvchhg6j5xGMQI=
=Pv2n
-END PGP SIGNATURE-



Bug#953888: ITP: aioquic -- QUIC and HTTP/3 implementation in Python

2020-03-14 Thread Andrej Shadura
Package: wnpp
Severity: wishlist
Owner: Andrej Shadura 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: aioquic
  Version : 0.8.6
  Upstream Author : Jeremy Lainé
* URL : https://github.com/aiortc/aioquic
* License : BSD-3-Clause
  Programming Lang: Python
  Description : QUIC and HTTP/3 implementation in Python

aioquic is a library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.

QUIC standardisation is not finalised yet, but aioquic closely tracks
the specification drafts and is regularly tested for interoperability
against other QUIC implementations.

Both the QUIC and the HTTP/3 APIs follow the “bring your own I/O”
pattern, leaving actual I/O operations to the API user.

Features:

 * QUIC stack conforming with draft-23
 * HTTP/3 stack conforming with draft-23
 * minimal TLS 1.3 implementation
 * IPv4 and IPv6 support
 * connection migration and NAT rebinding
 * logging TLS traffic secrets
 * logging QUIC events in QLOG format
 * HTTP/3 server push support

-BEGIN PGP SIGNATURE-

iQFIBAEBCAAyFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl5s6BgUHGFuZHJld3No
QGRlYmlhbi5vcmcACgkQXkCM2RzYOdJ06wf7BqHWnI7+F/nivULdPWAZPgVtqo6M
3AWN2Fsz5Is37MGfX92hhXR2VyAYTQXJWqyyntPip+pyFvgCKEodSJQTT2MBZX7R
PI6eoCJE4fB8jKX3nFd+YlrKuCpEPR/L4xwah3U86qP0cbJKkltdUW6vI67zQoKO
J+Bgg4vY4Ad2Pnz6i6cGsFDeNxl53Zv6PTwsaI3ZEfSY3WlfpqhHaI4vGCHg7/Us
cLm+Zqj2QXSIjhWhiPnuz1W+74zfuQccPfbnoK5Ug4xSICu81S+E7h2fOR37TG/r
omydDiF+7U18TAkOFsmqUPzmrUNuezcMLtVGEnyymWrkUUmxQVkS8+b/iw==
=jxQ8
-END PGP SIGNATURE-


Bug#953886: ITP: hypercorn -- ASGI Server based on Hyper libraries and inspired by Gunicorn

2020-03-14 Thread Andrej Shadura
Package: wnpp
Severity: wishlist
Owner: Andrej Shadura 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: hypercorn
  Version : 0.9.2
  Upstream Author : Philip G Jones
* URL : https://gitlab.com/pgjones/hypercorn
* License : Expat
  Programming Lang: Python
  Description : ASGI Server based on Hyper libraries and inspired by 
Gunicorn

Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2,
and wsproto libraries and inspired by Gunicorn. Hypercorn supports
HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3
specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
types.

Hypercorn can optionally serve the current draft of the HTTP/3
specification using the aioquic library.

Hypercorn was initially part of Quart before being separated out into
a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.


-BEGIN PGP SIGNATURE-

iQFIBAEBCAAyFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl5s5PQUHGFuZHJld3No
QGRlYmlhbi5vcmcACgkQXkCM2RzYOdLEIQgAvXTxrHF4xAYib+rjLV6tmXTY1DdD
VdzFbabGNgyC1pNBE0/zpeIgiuGGCUvWa50ZldFlYzimKf7olkBZEW7oItiztX02
1jkWurFK3wg0m/XA8OUR0A5s1ucs0Exib75PWn6Tfnc7W5ku3pE3e/aaim4c7yuz
5OXQp3uxDsTGslWJF0MklFxRKXIz6U5AT8aLI4Zo9sT6VPP3wcS8s5g0h0BNiZ8w
vHEJjhSkyCo6xdEzdkoLsRMHcAlC53J3ugncgo7TkNvOz60LJe5JR//YGqoiBE+T
4xqa7A8sMqIedjuplvYr3/9QwnIq1VIqMAnFkRyyFhTALrTyxB5XQHzPiA==
=MQXe
-END PGP SIGNATURE-



Bug#953885: ITP: quart -- Python ASGI web microframework with the same API as Flask

2020-03-14 Thread Andrej Shadura
Package: wnpp
Severity: wishlist
Owner: Andrej Shadura 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: quart
  Version : 0.11.3
  Upstream Author : Philip G Jones
* URL : https://gitlab.com/pgjones/quart
* License : Expat
  Programming Lang: Python
  Description : Python ASGI web microframework with the same API as Flask

Quart is a Python ASGI web microframework. It is intended to provide the
easiest way to use asyncio functionality in a web context, especially
with existing Flask apps. This is possible as the Quart API is a superset
of the Flask API.

Quart aims to be a complete web microframework, as it supports HTTP/1.1,
HTTP/2 and websockets. Quart is very extendable and has a number of
known extensions and works with many of the Flask extensions.

Quart supports the full ASGI 3.0 specification as well as the websocket
response and HTTP/2 server push extensions. For those of you familiar
with Flask, Quart extends the Flask API by adding support for:

 * HTTP/1.1 request streaming
 * Websockets
 * HTTP/2 server push


-BEGIN PGP SIGNATURE-

iQFIBAEBCAAyFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl5s40sUHGFuZHJld3No
QGRlYmlhbi5vcmcACgkQXkCM2RzYOdK0JAgAu0MSxBlvwGUQeA/u4iLO+Df4ohbj
trgcpPtUsFIcHngPHMv5cTej+p0E9mw5xIbVZsrQNp5LfVTC7YETmZP0ETAQVYu3
Gz92BOGFA4ccyBYY5PJmV7AwrHR4JtoS2HdxzSpraFVCwiCRH/6rkMWOCFlSgA6n
fOnCHPzLgEourYawJYLGQG+4bdx3HEI/dObDyydTa1JfIAJQ0Ugs65rzOZNYlrKK
xcutPCYxfaeVaTOshiJX8/+/lTfVieaEAlk6pJnoWwQ3rgSRVU/S4/mo/7FhNM5x
d1WiCD7uO4zAX5HMX4xFUxHIcaGwFzxtEelcKgkph82bAtQzzeWSvHdjbA==
=fIJW
-END PGP SIGNATURE-



Bug#953882: ITP: tinyobjloader -- Tiny but powerful wavefront OBJ loader

2020-03-14 Thread Timo Röhling
Package: wnpp
Severity: wishlist
Owner: Timo Röhling 

* Package name    : tinyobjloader
  Version : 2.0.0~rc5
  Upstream Author : Syoyo Fujita
* URL : https://github.com/tinyobjloader/tinyobjloader
* License : MIT
  Programming Lang: C++ and Python
  Description : Tiny but powerful wavefront OBJ loader

tinyobjloader is a single file wavefront OBJ loader written in C++. It
has no dependencies except the STL, and can parse over 10M polygons with
moderate amounts of memory and time.

The library is a dependency for the Open3D library (see ITP bug#892805),
which I intend to adopt.



Bug#953872: ITP: fonts-jf-openhuninn -- Chinese (Taiwan) font based on Kosugi Maru

2020-03-14 Thread 魏銘廷
Package: wnpp
Severity: wishlist
Owner: Yao Wei (魏銘廷) 
X-Debbugs-CC: debian-fo...@lists.debian.org

* Package name: fonts-jf-openhuninn
  Version : 1.0
* URL : https://github.com/justfont/open-huninn-font
* License : OFL-1.1, without Reserved Font Names
  Description : Chinese (Taiwan) rounded sans-serif font based on Kosugi 
Maru

This is Chinese rounded sans-serif font based on Kosugi Maru
(fonts-motoya-l-maruberi).  Some of the glyphs are modified for
Taiwanese typography convention.

This font does not provide proper source format yet, and the request has
been sent to the upstream:

  https://github.com/justfont/open-huninn-font/issues/4

This fonts should be team maintained under Debian Fonts Task Force.


signature.asc
Description: PGP signature


Bug#953868: ITP: tinygltf -- glTF loader and saver library

2020-03-14 Thread Timo Röhling
Package: wnpp
Severity: wishlist
Owner: Timo Röhling 

* Package name    : tinygltf
  Version : 2.2.0
  Upstream Author : Syoyo Fujita
* URL : https://github.com/syoyo/tinygltf
* License : MIT
  Programming Lang: C++
  Description : glTF loader and saver library

glTF (GL Transmission Format) is a royalty-free specification for the
efficient transmission and loading of 3D scenes and models by
applications. TinyGLTF is a C++ implementation to load and save glTF data.

The library is a dependency for the Open3D library (see ITP bug
#892805), which I intend to adopt.



Bug#953859: ITP: dimmer-el -- visually highlight the selected buffer

2020-03-14 Thread Lev Lamberov
Package: wnpp
Owner: Lev Lamberov 
Severity: wishlist

* Package name: dimmer-el
  Version : 0.4.2
  Upstream Author : Neil Okamoto 
* URL or Web page : https://github.com/gonewest818/dimmer.el
* License : GPL-3+
  Programming Lang: Emacs Lisp
  Description : visually highlight the selected buffer

This package provides a minor mode that indicates which buffer is
currently active by dimming the faces in the other buffers. It does this
nondestructively, and computes the dimmed faces dynamically such that
your overall color scheme is shown in a muted form without requiring you
to define what is a "dim" version of every face.

dimmer.el can be configured to adjust foreground colors (default),
background colors, or both.