Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cycle: remove package
@ 2022-03-03 21:31 paper42
  2022-03-05 22:33 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-03-03 21:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages cycle-remove
https://github.com/void-linux/void-packages/pull/35954

cycle: remove package
* python2, not maintained

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

@CameronNemo 
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35954.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cycle-remove-35954.patch --]
[-- Type: text/x-diff, Size: 2596 bytes --]

From 6aea2aca379e8568688f07e68f0a0311c5290d4a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 3 Mar 2022 22:29:25 +0100
Subject: [PATCH] cycle: remove package

* python2, not maintained
---
 srcpkgs/cycle/files/cycle.desktop |  9 --------
 srcpkgs/cycle/template            | 36 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 45 deletions(-)
 delete mode 100644 srcpkgs/cycle/files/cycle.desktop
 delete mode 100644 srcpkgs/cycle/template

diff --git a/srcpkgs/cycle/files/cycle.desktop b/srcpkgs/cycle/files/cycle.desktop
deleted file mode 100644
index 099d060c6934..000000000000
--- a/srcpkgs/cycle/files/cycle.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Exec='/usr/bin/cycle'
-GenericName=Cycle
-Icon=cycle
-Name=Cycle
-Terminal=false
-Type=Application
-Categories=Education;Science;MedicalSoftware
-Keywords=Calendar;Women;Menstruation;Ovulation;
diff --git a/srcpkgs/cycle/template b/srcpkgs/cycle/template
deleted file mode 100644
index 05008b6047d7..000000000000
--- a/srcpkgs/cycle/template
+++ /dev/null
@@ -1,36 +0,0 @@
-# Template file for 'cycle'
-pkgname=cycle
-version=0.3.2
-revision=2
-pycompile_dirs="usr/share/cycle"
-hostmakedepends="python"
-depends="wxPython"
-short_desc="Menstrual cycle tracking program"
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
-license="GPL-2.0-or-later"
-homepage="https://github.com/jose1711/cycle"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=6ca5a8191653d435ed04968b91b4a52c8e0d3d90d31d2c008aba1e9edcc1adc9
-python_version=2
-
-do_install() {
-	# Program
-	vmkdir usr/share/cycle
-	for f in cal_year dialogs p_rotor save_load set_dir; do
-		vinstall "${f}.py" 0644 usr/share/cycle
-	done
-	vinstall cycle.py 0755 usr/share/cycle
-	vmkdir usr/bin
-	ln -rs "${DESTDIR}/usr/share/cycle/cycle.py" "${DESTDIR}/usr/bin/cycle"
-	# Assets
-	vcopy bitmaps usr/share/cycle
-	vcopy icons usr/share/cycle
-	# Translations
-	vmkdir usr/share/locale
-	for dir in $(find msg -mindepth 1 -maxdepth 1 -type d); do
-		vcopy "$dir" usr/share/locale
-	done
-	# Contriband
-	vman cycle.1
-	vinstall "${FILESDIR}/cycle.desktop" 0644 usr/share/applications
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index c9114fc0458e..3465343123f8 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -38,6 +38,7 @@ replaces="
  crystal<=0.34.0_4
  ctpp2-devel<=2.8.3_7
  ctpp2<=2.8.3_7
+ cycle<=0.3.2_2
  deepin-calculator<=5.0.1_1
  deepin-draw<=1.0.0_1
  deepin-editor<=1.2.9.1_1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: cycle: remove package
  2022-03-03 21:31 [PR PATCH] cycle: remove package paper42
@ 2022-03-05 22:33 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-03-05 22:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

There's a merged pull request on the void-packages repository

cycle: remove package
https://github.com/void-linux/void-packages/pull/35954

Description:
* python2, not maintained

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

@CameronNemo 
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-05 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 21:31 [PR PATCH] cycle: remove package paper42
2022-03-05 22:33 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).