Re: Videoconference today Friday 2020-06-05 18:00 UTC (Was: For those who want to keep on contributing (Was: Debian @ COVID-19 Biohackathon (April 5-11, 2020)))

2020-06-05 Thread Andreas Tille
Hi,
   
for those who would like to join our next videomeeting it will happen at
   
 
https://www.timeanddate.com/worldclock/fixedtime.html?msg=Debian+CoViD-19+Biohackathon+Video+Conference&iso=20200605T20&p1=37&ah=1
   
Please note:  The MiniDebConf online has proven that the Jitsi instance
running by Debian Social team works nicely so from today on we'll meet
here:
   
 https://jitsi.debian.social/DebianMedCovid19

BTW, if you want to watch my talk I gave at MiniDebConf online right
about the topic ouf our sprint you can find my concept text online[0].
The video is linked from there as well.  (Sorry about the 5-10min
interruption.  Since five years we had the first power cut-off right
in the time when I was speaking - Murphy is calling ...)

These weekly video meetings were started in the Debian Med
Biohackathon[1].  The topic is what contributors have done in the past
week and to coordinate the work for next week.  Despite the one week
of hackathon is over Covid-19 is not and there is a lot of remaining
work to do.  Newcomers are always welcome.

BTW, we are discussing another dedicated COVID-19 sprint week.
   
See you
   
   Andreas.

[0] https://people.debian.org/~tille/talks/20200531_minidebconf_online/
[1] https://lists.debian.org/debian-devel-announce/2020/03/msg00010.html

-- 
http://fam-tille.de



Bug#962268: ITP: pymatgen -- Python Materials Genomics for materials analysis

2020-06-05 Thread Drew Parsons
Package: wnpp
Severity: wishlist
Owner: Drew Parsons 

* Package name: pymatgen
  Version : 2020.4.29
  Upstream Author : Shyue Ping Ong 
* URL : https://pymatgen.org/
* License : MIT
  Programming Lang: Python
  Description : Python Materials Genomics for materials analysis

Pymatgen (Python Materials Genomics) is a robust, open-source Python
library for materials analysis. These are some of the main features:

1.Highly flexible classes for the representation of Element, Site,
Molecule, Structure objects.

2.Extensive input/output support, including support for VASP
(http://cms.mpi.univie.ac.at/vasp/), ABINIT (http://www.abinit.org/),
CIF, Gaussian, XYZ, and many other file formats.

3.Powerful analysis tools, including generation of phase diagrams,
Pourbaix diagrams, diffusion analyses, reactions, etc.

4.Electronic structure analyses, such as density of states and band
structure.

5.Integration with the Materials Project REST API, Crystallography
Open Database.


To be maintained under the banner of the debichem team.



Bug#962303: ITP: dockerscript -- Builds and runs Dockerfiles in one command

2020-06-05 Thread Denis Babochenko
Package: wnpp
Severity: wishlist
Owner: Denis Babochenko 

* Package name: dockerscript
  Version : 1.0.1
  Upstream Author : Denis Babochenko 
* URL : https://github.com/stasmihailov/docker-script
* License : GPL-2
  Programming Lang: Bash
  Description : Builds and runs Dockerfiles in one command

dockerscript is a cli docker plugin which enables execution of Dockerfiles
via a single "docker script" command. This command builds an image, then
starts a container with that image and attaches to it via a tty.

For example, "docker script from ubuntu" starts an instance of ubuntu, since
"from ubuntu" is a valid Dockerfile.

You could pass a link to Dockerfile or directory containing it to this
command, e.g. "docker script /path/to/my/Dockerfile"

I personally use this package. Essentially, it is an effort to try make docker
more accessible for basic prototyping. Some of prototyping use cases might be:
 - testing out some script / functionality in an isolated environment before
   running it locally
 - executing same Dockerfile in different Linux distributions to verify that
   it works on each of them
 - simple virtualization; for example, I created this request via debian
   which was ran by `docker script from debian` command, because
   `reportbug` is not available in ubuntu, which is may daily driver

Also, I need a sponsor for this package, as I am not a Debian Developer
and cannot upload it to a distro myself



Bug#962301: ITP: lomiri-ui-toolkit -- Qt Components for Lomiri Operating Environment

2020-06-05 Thread Mike Gabriel
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel 

* Package name: lomiri-ui-toolkit
  Version : 0.1.0
  Upstream Author : Marius Gripsgard 
* URL : https://gitlab.com/ubports/core/lomiri-ui-toolkit/
* License : LGPL-3.0 (et al.)
  Programming Lang: C++
  Description : Qt Components for Lomiri Operating Environment

 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This is the essential UI toolkit for the Lomiri Operating Environment
 enhancing Qt5 to its needs.
 .
 This package will be maintained by the Debian UBports Packaging Team.



Bug#962308: ITP: ceed-cpp -- CEED (CEGUI unified editor) port to C++ and Qt 5

2020-06-05 Thread Olek Wojnar
Package: wnpp
Severity: wishlist
Owner: Olek Wojnar 

* Package name: ceed-cpp
  Version : 1.0.0
  Upstream Author : Vladimir Orlov 
* URL : https://github.com/cegui/ceed-cpp
* License : GPL-3
  Programming Lang: C++
  Description : CEED (CEGUI unified editor) port to C++ and Qt 5

CEED C++ is a GPL3-licensed, cross-platform, C++ port of the (now unmaintained)
python CEED. It provides a multi-tab CEGUI layout designer and imageset editor.


**

The CEGUI package has been in Debian for years but it has limited usefulness
without a means of creating/modifying GUIs. This package does that. The
original version of CEED was written in Python, was messy, and was
unmaintained. This package addresses those shortcomings.